diff --git a/nxt/stage.py b/nxt/stage.py index 88de056..c3c3c97 100644 --- a/nxt/stage.py +++ b/nxt/stage.py @@ -408,7 +408,7 @@ def get_stash_data(self, layer): @staticmethod def legalize_name(name): - """Returns given `name` without leading numeral, and matching + r"""Returns given `name` without leading numeral, and matching `\w` regex: (a-z, A-Z, 0-9, _) Replaces illegal characters with underscore. """