Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/atexit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ program is killed by a signal not handled by Python, when a Python fatal
internal error is detected, or when :func:`os._exit` is called.


.. function:: register(func, *args, **kargs)
.. function:: register(func, *args, **kwargs)

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