Skip to content

Commit 1a92c97

Browse files
authored
docs: fix typo in precompiling docs (#2324)
typo: due Python -> due to Python
1 parent 797cbe8 commit 1a92c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/precompiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Note that any execution requirements values can be specified in the flag.
8383
* Mixing rules_python PyInfo with Bazel builtin PyInfo will result in pyc files
8484
being dropped.
8585
* 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
86+
occurs due to Python adding the directory of the binary's main `.py` file, which
8787
causes the module to be found in the workspace source directory instead of
8888
within the binary's runfiles directory (where the pyc files are). This can
8989
usually be worked around by removing `sys.path[0]` (or otherwise ensuring the

0 commit comments

Comments
 (0)