diff --git a/doc/en/conf.py b/doc/en/conf.py index 778f87fac..e4347a72b 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -17,7 +17,7 @@ # # The full version, including alpha/beta/rc tags. # The short X.Y version. -version = release = "2.3.3.1" +version = release = "2.3.3.2" import sys, os diff --git a/doc/en/fixture.txt b/doc/en/fixture.txt index 83395794c..6b204239e 100644 --- a/doc/en/fixture.txt +++ b/doc/en/fixture.txt @@ -168,7 +168,7 @@ function:: return smtplib.SMTP("merlinux.eu") The name of the fixture again is ``smtp`` and you can access its result by -listing the name ``smtp`` as an input parameter in any test or setup +listing the name ``smtp`` as an input parameter in any test or fixture function (in or below the directory where ``conftest.py`` is located):: # content of test_module.py