8000 Fix non-ascii character · python/cpython@d2f0726 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2f0726

Browse files
committed
Fix non-ascii character
1 parent 5fda2f6 commit d2f0726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''This module implements specialized container datatypes providing
2-
alternatives to Pythons general purpose built-in containers, dict,
2+
alternatives to Python's general purpose built-in containers, dict,
33
list, set, and tuple.
44
55
* namedtuple factory function for creating tuple subclasses with named fields

0 commit comments

Comments
 (0)
0