commit | 56894b501a64b602919f830dc4b3e4abeaff24f5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jun 28 00:16:12 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jun 28 00:16:12 2010 +0000 |
tree | 1d70fc62dd2c9615642307d80710238814c196c6 | |
parent | 7ab4b8d3a2e7e91f742a1339a5b8d2988f4b81b6 [diff] [blame] |
fix versionchanged
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index ede991d..25e5db3 100644 --- a/Doc/library/warnings.rst +++ b/Doc/library/warnings.rst
@@ -91,7 +91,7 @@ standard warning categories. A warning category must always be a subclass of the :exc:`Warning` class. -.. versionchanged:: 2.7 +.. versionchanged:: 3.2 :exc:`DeprecationWarning` is ignored by default.