Skip to content

Commit

Permalink
fixed doc string with escape sequence for py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLucasBrown committed Nov 22, 2024
1 parent 38d9147 commit 510d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxt/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 510d5e0

Please sign in to comment.