Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Preprocessor for Python < 3.12
Preprocessor script was using syntax that works with Python 3.12 but not with older version. Namely, string in format string using the same delimiter as outer string. Example: f'abc{'def'}xyz' This commit changes delimiters of inner string to make script compatible with older versions of Python.
- Loading branch information