Skip to content

Commit 3d78c4a

Browse files
Seluj78miss-islington
authored andcommitted
Fixed capital letters missing and missing . (GH-12584)
No `bpo` for minor doc fix
1 parent e63fc11 commit 3d78c4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/unittest.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Test cases
10001000
int('XYZ')
10011001

10021002
.. versionadded:: 3.1
1003-
under the name ``assertRaisesRegexp``.
1003+
Added under the name ``assertRaisesRegexp``.
10041004

10051005
.. versionchanged:: 3.2
10061006
Renamed to :meth:`assertRaisesRegex`.
@@ -1145,7 +1145,7 @@ Test cases
11451145
+---------------------------------------+--------------------------------+--------------+
11461146
| :meth:`assertCountEqual(a, b) | *a* and *b* have the same | 3.2 |
11471147
| <TestCase.assertCountEqual>` | elements in the same number, | |
1148-
| | regardless of their order | |
1148+
| | regardless of their order. | |
11491149
+---------------------------------------+--------------------------------+--------------+
11501150

11511151

@@ -1193,7 +1193,7 @@ Test cases
11931193
expression suitable for use by :func:`re.search`.
11941194

11951195
.. versionadded:: 3.1
1196-
under the name ``assertRegexpMatches``.
1196+
Added under the name ``assertRegexpMatches``.
11971197
.. versionchanged:: 3.2
11981198
The method ``assertRegexpMatches()`` has been renamed to
11991199
:meth:`.assertRegex`.
@@ -1516,14 +1516,14 @@ along with their deprecated aliases:
15161516
============================== ====================== =======================
15171517

15181518
.. deprecated:: 3.1
1519-
the fail* aliases listed in the second column.
1519+
The fail* aliases listed in the second column have been deprecated.
15201520
.. deprecated:: 3.2
1521-
the assert* aliases listed in the third column.
1521+
The assert* aliases listed in the third column have been deprecated.
15221522
.. deprecated:: 3.2
15231523
``assertRegexpMatches`` and ``assertRaisesRegexp`` have been renamed to
15241524
:meth:`.assertRegex` and :meth:`.assertRaisesRegex`.
15251525
.. deprecated:: 3.5
1526-
the ``assertNotRegexpMatches`` name in favor of :meth:`.assertNotRegex`.
1526+
The ``assertNotRegexpMatches`` name is deprecated in favor of :meth:`.assertNotRegex`.
15271527

15281528
.. _testsuite-objects:
15291529

0 commit comments

Comments
 (0)