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 c02307e commit 3393c80Copy full SHA for 3393c80
Doc/library/atexit.rst
@@ -37,7 +37,7 @@ simplest way to convert code that sets ``sys.exitfunc`` is to import
37
:mod:`atexit` and register the function that had been bound to ``sys.exitfunc``.
38
39
40
-.. function:: register(func[, *args[, **kargs]])
+.. function:: register(func[, *args[, **kwargs]])
41
42
Register *func* as a function to be executed at termination. Any optional
43
arguments that are to be passed to *func* must be passed as arguments to
0 commit comments