[Pytest-commit] commit/pytest: hpk42: fix typo, thanks @dcramer

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jun 3 07:21:10 CEST 2014


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/846781b9ebcd/
Changeset:   846781b9ebcd
User:        hpk42
Date:        2014-06-03 07:21:02
Summary:     fix typo, thanks @dcramer
Affected #:  1 file

diff -r 4684e23973c00960ef73a57537c54a4ecb8c6c5e -r 846781b9ebcddf074c5340115c26d74a75594e92 _pytest/hookspec.py
--- a/_pytest/hookspec.py
+++ b/_pytest/hookspec.py
@@ -152,7 +152,7 @@
 
     :arg item: test item for which the runtest protocol is performed.
 
-    :arg nexitem: the scheduled-to-be-next test item (or None if this
+    :arg nextitem: the scheduled-to-be-next test item (or None if this
                   is the end my friend).  This argument is passed on to
                   :py:func:`pytest_runtest_teardown`.

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list