adds the versionadded flag in docs (#1749)
This commit is contained in:
parent
e229a27e8b
commit
f8f690de64
|
@ -135,6 +135,8 @@ which can then be used in your doctests directly::
|
||||||
Output format
|
Output format
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
.. versionadded:: 3.0
|
||||||
|
|
||||||
You can change the diff output format on failure for your doctests
|
You can change the diff output format on failure for your doctests
|
||||||
by using one of standard doctest modules format in options
|
by using one of standard doctest modules format in options
|
||||||
(see :data:`python:doctest.REPORT_UDIFF`, :data:`python:doctest.REPORT_CDIFF`,
|
(see :data:`python:doctest.REPORT_UDIFF`, :data:`python:doctest.REPORT_CDIFF`,
|
||||||
|
|
Loading…
Reference in New Issue