Skip to content

Commit 7dc8d1a

Browse files
fix typo and remove python3.2 from readme
1 parent e877e25 commit 7dc8d1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
Thanks to `@RedBeardCode`_ for the PR(`#1664`_)
2929

30-
* removed support code for python 3 < 3.3 addresssing (`#1627`_)
30+
* removed support code for python 3 < 3.3 addressing (`#1627`_)
3131

3232
.. _#607: https://github.com/pytest-dev/pytest/issues/607
3333
.. _#1519: https://github.com/pytest-dev/pytest/pull/1519

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:target: https://ci.appveyor.com/project/pytestbot/pytest
1818

1919
The ``pytest`` framework makes it easy to write small tests, yet
20-
scales to support complex functional testing for applications and libraries.
20+
scales to support complex functional testing for applications and libraries.
2121

2222
An example of a simple test:
2323

@@ -35,7 +35,7 @@ To execute it::
3535

3636
$ pytest
3737
======= test session starts ========
38-
platform linux -- Python 3.4.3, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
38+
platform linux -- Python 3.4.3, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
3939
collected 1 items
4040

4141
test_sample.py F
@@ -52,7 +52,7 @@ To execute it::
5252
======= 1 failed in 0.12 seconds ========
5353

5454
Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started <http://pytest.org/latest/getting-started.html#our-first-test-run>`_ for more examples.
55-
55+
5656

5757
Features
5858
--------
@@ -69,7 +69,7 @@ Features
6969
- Can run `unittest <http://pytest.org/latest/unittest.html>`_ (or trial),
7070
`nose <http://pytest.org/latest/nose.html>`_ test suites out of the box;
7171

72-
- Python2.6+, Python3.2+, PyPy-2.3, Jython-2.5 (untested);
72+
- Python2.6+, Python3.3+, PyPy-2.3, Jython-2.5 (untested);
7373

7474
- Rich plugin architecture, with over 150+ `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_ and thriving community;
7575

0 commit comments

Comments
 (0)