Skip to content

Commit 32e2a94

Browse files
committed
PEP: function parameter -> function argument
1 parent 9fca7f9 commit 32e2a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0661.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Additional Notes
296296

297297
* The support for copying/unpickling works when defined in a module's scope or
298298
a (possibly nested) class's scope. Note that in the latter case, the name
299-
provided as the first parameter must be the fully-qualified name of the
299+
provided as the first argument must be the fully-qualified name of the
300300
variable in the module::
301301

302302
class MyClass:

0 commit comments

Comments
 (0)