From 90a068da809fd44d233fbc73533b8e9ae2b2d71c Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 13 Apr 2019 17:33:04 -0700 Subject: [PATCH] tabs-to-spaces --- masque/pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/pattern.py b/masque/pattern.py index 36c083b..26d7293 100644 --- a/masque/pattern.py +++ b/masque/pattern.py @@ -448,7 +448,7 @@ class Pattern: Return a copy of the Pattern, deep-copying shapes and copying subpattern entries, but not deep-copying any referenced patterns. - See also: Pattern.deepcopy() + See also: Pattern.deepcopy() :return: A copy of the current Pattern. """