Skip to content

Commit c8e3940

Browse files
committed
remove incorrect comma
1 parent 04cedb6 commit c8e3940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def load_module(self, fullname):
218218

219219
def is_package(self, fullname):
220220
"""
221-
Return true, if the named module is a package.
221+
Return true if the named module is a package.
222222
223223
We need this method to get correct spec objects with
224224
Python 3.4 (see PEP451)

0 commit comments

Comments
 (0)