From 664b01ca421ada6b43b9bff565dcd10e2f16a47a Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 8 Nov 2012 19:05:46 +0100 Subject: [PATCH] fix misleading typo --- doc/en/conf.py | 2 +- doc/en/fixture.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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