Skip to content

Commit 05aa894

Browse files
committed
fix trailing space
1 parent 427cb1f commit 05aa894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/copy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def deepcopy(x, memo=None, _nil=[]):
143143
else:
144144
raise Error(
145145
"un(deep)copyable object of type %s" % cls)
146-
146+
147147
if isinstance(rv, str):
148148
y = x
149149
else:

0 commit comments

Comments
 (0)