From 967f04537e490553d0ef27efb3fac4e3ad97de76 Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Thu, 10 Jul 2025 14:00:03 +0200 Subject: [PATCH] chore: fix typo README.md GitOrigin-RevId: 137c0d9d6e22b3de0174390d0af1f8e8b7dd3973 --- python/helpers/pydev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/pydev/README.md b/python/helpers/pydev/README.md index 46bb86d61a6b..50b49e5ddf55 100644 --- a/python/helpers/pydev/README.md +++ b/python/helpers/pydev/README.md @@ -19,7 +19,7 @@ any other variant which properly supports the Python structure for debuggers -- Recent versions contain speedup modules using Cython, which are generated with a few changes in the regular files to `cythonize` the files. To update and compile the cython sources (and generate some other auto-generated files), -`build_tools/build.py` should be run -- note that the resulting .pyx and .c files should be commited. +`build_tools/build.py` should be run -- note that the resulting .pyx and .c files should be committed. To generate a distribution with the precompiled binaries for the IDE, `build_binaries_windows.py` should be run ( note that the environments must be pre-created as specified in that file).