From df8a83b2a1aaf45560bde3c0c834f3c35b894de8 Mon Sep 17 00:00:00 2001 From: Maarten <@twaarten> Date: Sat, 25 Jul 2015 17:48:12 +0200 Subject: [PATCH] changed contents -> content but still #753 did not solved, might be issues with regendoc --- doc/en/example/parametrize.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/parametrize.txt b/doc/en/example/parametrize.txt index d897cf762..f80643b5b 100644 --- a/doc/en/example/parametrize.txt +++ b/doc/en/example/parametrize.txt @@ -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