commit | 36b30b5a4bd87e42c6e8a613b9753db0e9964c95 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jul 24 16:46:38 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jul 24 16:46:38 2009 +0000 |
tree | 916677243684b74019fffb9b09eeed03939f5109 | |
parent | f0b17335747d335d1b4b5c1b790e1d90e762acdb [diff] [blame] |
Dont put "void" in signature for nullary functions.
diff --git a/Doc/c-api/sys.rst b/Doc/c-api/sys.rst index f5d2ab0..6788bc9 100644 --- a/Doc/c-api/sys.rst +++ b/Doc/c-api/sys.rst
@@ -73,7 +73,7 @@ case *name* is deleted from the sys module. Returns ``0`` on success, ``-1`` on error. -.. cfunction:: void PySys_ResetWarnOptions(void) +.. cfunction:: void PySys_ResetWarnOptions() Reset :data:`sys.warnoptions` to an empty list.