fix misleading typo

This commit is contained in:
holger krekel 2012-11-08 19:05:46 +01:00
parent ff0c75aa34
commit 664b01ca42
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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