mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix non-ascii character
This commit is contained in:
parent
c9c3dd87c1
commit
c3f7d1753f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
'''This module implements specialized container datatypes providing
|
||||
alternatives to Python’s general purpose built-in containers, dict,
|
||||
alternatives to Python's general purpose built-in containers, dict,
|
||||
list, set, and tuple.
|
||||
|
||||
* namedtuple factory function for creating tuple subclasses with named fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue