mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Typo fix in docstring.
This commit is contained in:
parent
29124ff4f2
commit
45b87bc96d
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ from types import *
|
|||
class Extension:
|
||||
"""Just a collection of attributes that describes an extension
|
||||
module and everything needed to build it (hopefully in a portable
|
||||
way, but there are hooks that let you can be as unportable as you
|
||||
need).
|
||||
way, but there are hooks that let you be as unportable as you need).
|
||||
|
||||
Instance attributes:
|
||||
name : string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue