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 @@ -37,7 +37,7 @@ simplest way to convert code that sets ``sys.exitfunc`` is to import
:mod:`atexit` and register the function that had been bound to ``sys.exitfunc``.


.. 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