Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec9a5f6

Browse files
committed
Add version number for versionchanged directive (backport from 3.3)
1 parent 7af8ebb commit ec9a5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ Test cases
723723
Here, we create two instances of :class:`WidgetTestCase`, each of which runs a
724724
single test.
725725

726-
.. versionchanged::
726+
.. versionchanged:: 3.2
727727
:class:`TestCase` can be instantiated successfully without providing a method
728728
name. This makes it easier to experiment with :class:`TestCase` from the
729729
interactive interpreter.

0 commit comments

Comments
 (0)