mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
6905de14fe
commit
c2077b0d9b
91 changed files with 125 additions and 125 deletions
|
@ -236,7 +236,7 @@ first argument (got int instance instead)
|
|||
TypeError: unbound method method() must be called with Foo instance as \
|
||||
first argument (got int instance instead)
|
||||
|
||||
A PyCFunction that takes only positional parameters shoud allow an
|
||||
A PyCFunction that takes only positional parameters should allow an
|
||||
empty keyword dictionary to pass without a complaint, but raise a
|
||||
TypeError if te dictionary is not empty
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue