Skip to content

Commit 7389cba

Browse files
committed
whitespace
1 parent 20139eb commit 7389cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/copy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ def _copy_immutable(x):
127127

128128
def _deepcopy_fallback(x, memo=None, _nil=[]):
129129
"""Deep copy operation on arbitrary Python objects.
130-
130+
131131
This is the fallback from the C implementation
132-
132+
133133
See the module's __doc__ string for more info.
134134
"""
135135

0 commit comments

Comments
 (0)