From 510d5e09385576173dec71b0d1408306e48cc51f Mon Sep 17 00:00:00 2001 From: Lucas Brown <54835354+imlucasbrown@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:06:36 -0600 Subject: [PATCH] fixed doc string with escape sequence for py 3.12 --- nxt/stage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """