Documentation cleanup - corrected typos & minor stylistic changes.

This commit is contained in:
Jurko Gospodnetić
2011-12-05 11:10:48 +01:00
parent 8307270cec
commit af0edf0d10
20 changed files with 121 additions and 128 deletions

View File

@@ -51,8 +51,8 @@ your own domain specific testing language this way.
representation string of your choice. It
will be reported as a (red) string.
``reportinfo()`` is used for representing the test location and is also consulted for
reporting in ``verbose`` mode::
``reportinfo()`` is used for representing the test location and is also
consulted when reporting in ``verbose`` mode::
nonpython $ py.test -v
=========================== test session starts ============================