Kaydet (Commit) d0cc4f0b authored tarafından Tim Peters's avatar Tim Peters

resetwarnings(): Remove extra space from docstring guts.

üst 863ac44b
...@@ -139,7 +139,7 @@ def filterwarnings(action, message="", category=Warning, module="", lineno=0, ...@@ -139,7 +139,7 @@ def filterwarnings(action, message="", category=Warning, module="", lineno=0,
filters.insert(0, item) filters.insert(0, item)
def resetwarnings(): def resetwarnings():
"""Clear the list of warning filters, so that no filters are active.""" """Clear the list of warning filters, so that no filters are active."""
filters[:] = [] filters[:] = []
class _OptionError(Exception): class _OptionError(Exception):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment