Merge pull request #887 from maartenq/753content_of

changed contents -> content but still #753 did not solved, might be i…
This commit is contained in:
Floris Bruynooghe 2015-07-25 19:11:53 +02:00
commit 8338c692a3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Numbers, strings, booleans and None will have their usual string representation
used in the test ID. For other objects, pytest will make a string based on
the argument name::
# contents of test_time.py
# content of test_time.py
from datetime import datetime, timedelta