We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797cbe8 commit 1a92c97Copy full SHA for 1a92c97
docs/precompiling.md
@@ -83,7 +83,7 @@ Note that any execution requirements values can be specified in the flag.
83
* Mixing rules_python PyInfo with Bazel builtin PyInfo will result in pyc files
84
being dropped.
85
* Precompiled files may not be used in certain cases prior to Python 3.11. This
86
- occurs due Python adding the directory of the binary's main `.py` file, which
+ occurs due to Python adding the directory of the binary's main `.py` file, which
87
causes the module to be found in the workspace source directory instead of
88
within the binary's runfiles directory (where the pyc files are). This can
89
usually be worked around by removing `sys.path[0]` (or otherwise ensuring the
0 commit comments