fix py_compat build feature name.md

This commit is contained in:
Joren Hammudoglu 2025-01-30 17:37:22 +01:00 committed by GitHub
parent 8043a13644
commit 925065d22e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ Increase the thread stack size. Used for Windows execution and test execution.
`--language-server` option becomes available.
`erg --language-server` will start the Erg language server.
## py_compatible
## py_compat
Enable Python-compatible mode, which makes parts of the APIs and syntax compatible with Python. Used for [pylyzer](https://github.com/mtshiba/pylyzer).