chore: fix typo README.md

GitOrigin-RevId: 137c0d9d6e22b3de0174390d0af1f8e8b7dd3973
This commit is contained in:
Vini murafa
2025-07-10 12:36:53 +00:00
committed by intellij-monorepo-bot
parent 9f3405dd0c
commit 967f04537e
+1 -1
View File
@@ -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).