fix misleading typo
This commit is contained in:
parent
ff0c75aa34
commit
664b01ca42
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue