From 5d073a7e602099b83c9b6e85ee19bd0a0d6ae8ba Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jan 05 2022 02:59:27 +0000 Subject: Typo fix: shebnags -> shebangs --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index ef38008..e42ddf4 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -1305,7 +1305,7 @@ Undefine it to use no flags. See <> for details. * `+%py3_shebang_fix PATHS+` (`+pathfix.py ... PATHS+`) + A macro to fix shebangs in specified `+PATHS+`. -Only shebnags that already have `+python+` in them are changed. +Only shebangs that already have `+python+` in them are changed. If a directory is given, all `+.py+` files in it are fixed, recursively. (So, if you need to fix shebangs in files not named `+*.py+`, you need to list each file separately or use a Shell glob,