We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cede8c9 commit d505a29Copy full SHA for d505a29
1 file changed
Doc/library/atexit.rst
@@ -21,7 +21,7 @@ program is killed by a signal not handled by Python, when a Python fatal
21
internal error is detected, or when :func:`os._exit` is called.
22
23
24
-.. function:: register(func, *args, **kargs)
+.. function:: register(func, *args, **kwargs)
25
26
Register *func* as a function to be executed at termination. Any optional
27
arguments that are to be passed to *func* must be passed as arguments to
0 commit comments