Skip to content

Commit d505a29

Browse files
embrayMariatta
authored andcommitted
Fix typo in atexit documentation. (GH-4419)
`kargs` -> `kwargs`
1 parent cede8c9 commit d505a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/atexit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ program is killed by a signal not handled by Python, when a Python fatal
2121
internal error is detected, or when :func:`os._exit` is called.
2222

2323

24-
.. function:: register(func, *args, **kargs)
24+
.. function:: register(func, *args, **kwargs)
2525

2626
Register *func* as a function to be executed at termination. Any optional
2727
arguments that are to be passed to *func* must be passed as arguments to

0 commit comments

Comments
 (0)