Skip to content

Commit 259aec2

Browse files
author
Fergal Daly
committed
remove stray .
1 parent 5b9ba00 commit 259aec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def equals(self, item, comp):
424424
return True
425425

426426
class List(Listish):
427-
""".Compare as a list, element by element."""
427+
"""Compare as a list, element by element."""
428428
mytype = list
429429

430430
class Tuple(Listish):

0 commit comments

Comments
 (0)