Skip to content

Commit 7470270

Browse files
author
Vipul Kumar
committed
[Docs] remove semi-colon punctuation mark
Usually, we use semi-colon punctuation mark to connect closely related ideas. Sentences which are after semicolon, begins with small letter, and last sentence always ends with a period mark, see "Garner's Modern American Usage" book for more information about usage of punctuation mark. So removing punctuation mark altogether is a good idea, as @gnikonorov suggested [1]. [1]: #7760 (review)
1 parent cdf2024 commit 7470270

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` stat
7777
Features
7878
--------
7979

80-
- Detailed info on failing `assert statements <https://docs.pytest.org/en/stable/assert.html>`_ (no need to remember ``self.assert*`` names);
80+
- Detailed info on failing `assert statements <https://docs.pytest.org/en/stable/assert.html>`_ (no need to remember ``self.assert*`` names)
8181

8282
- `Auto-discovery
8383
<https://docs.pytest.org/en/stable/goodpractices.html#python-test-discovery>`_
84-
of test modules and functions;
84+
of test modules and functions
8585

8686
- `Modular fixtures <https://docs.pytest.org/en/stable/fixture.html>`_ for
87-
managing small or parametrized long-lived test resources;
87+
managing small or parametrized long-lived test resources
8888

8989
- Can run `unittest <https://docs.pytest.org/en/stable/unittest.html>`_ (or trial),
90-
`nose <https://docs.pytest.org/en/stable/nose.html>`_ test suites out of the box;
90+
`nose <https://docs.pytest.org/en/stable/nose.html>`_ test suites out of the box
9191

92-
- Python 3.5+ and PyPy3;
92+
- Python 3.5+ and PyPy3
9393

94-
- Rich plugin architecture, with over 850+ `external plugins <http://plugincompat.herokuapp.com>`_ and thriving community;
94+
- Rich plugin architecture, with over 850+ `external plugins <http://plugincompat.herokuapp.com>`_ and thriving community
9595

9696

9797
Documentation

doc/en/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ See :ref:`Getting Started <getstarted>` for more examples.
6161
Features
6262
--------
6363

64-
- Detailed info on failing :ref:`assert statements <assert>` (no need to remember ``self.assert*`` names);
64+
- Detailed info on failing :ref:`assert statements <assert>` (no need to remember ``self.assert*`` names)
6565

66-
- :ref:`Auto-discovery <test discovery>` of test modules and functions;
66+
- :ref:`Auto-discovery <test discovery>` of test modules and functions
6767

68-
- :ref:`Modular fixtures <fixture>` for managing small or parametrized long-lived test resources;
68+
- :ref:`Modular fixtures <fixture>` for managing small or parametrized long-lived test resources
6969

70-
- Can run :ref:`unittest <unittest>` (including trial) and :ref:`nose <noseintegration>` test suites out of the box;
70+
- Can run :ref:`unittest <unittest>` (including trial) and :ref:`nose <noseintegration>` test suites out of the box
7171

72-
- Python 3.5+ and PyPy 3;
72+
- Python 3.5+ and PyPy 3
7373

74-
- Rich plugin architecture, with over 315+ `external plugins <http://plugincompat.herokuapp.com>`_ and thriving community;
74+
- Rich plugin architecture, with over 315+ `external plugins <http://plugincompat.herokuapp.com>`_ and thriving community
7575

7676

7777
Documentation

0 commit comments

Comments
 (0)