Skip to content

Commit 8f3dec3

Browse files
alexmalyshevmeta-codesync[bot]
authored andcommitted
spelling: fix typo "outsite" -> "outside" in compileall.py
Summary: Fixed typo in CLI help text for the `-e`/`--limit_sl_dest` argument. "outsite" should be "outside". Reviewed By: yoney Differential Revision: D97805944 fbshipit-source-id: d3521d0bdbb5f1704ad8f88c54aafde264a54141
1 parent e7b6d93 commit 8f3dec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cinderx/PythonLib/cinderx/compileall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def main() -> bool:
559559
"-e",
560560
metavar="DIR",
561561
dest="limit_sl_dest",
562-
help="Ignore symlinks pointing outsite of the DIR",
562+
help="Ignore symlinks pointing outside of the DIR",
563563
)
564564
parser.add_argument(
565565
"--hardlink-dupes",

0 commit comments

Comments
 (0)