Fix misc. typos in comments

This commit is contained in:
luz paz
2021-06-28 20:50:24 -04:00
committed by Frank H. Ellenberger
parent 69db692a2f
commit 95f8884892
20 changed files with 29 additions and 29 deletions

View File

@@ -267,7 +267,7 @@ def default_arguments_decorator(function, *args, **kargs):
a keyword argument default will be overwritten by a positional argument at the
actual function call
this function modifies the docstring of the wrapped funtion to reflect
this function modifies the docstring of the wrapped function to reflect
the defaults.
You can't use this decorator with @, because this function has more