Skip to content

Commit 65ebc75

Browse files
Grigorii EremeevGrigorii
authored andcommitted
Update fixture.rst
Removed redundant word
1 parent 50b960c commit 65ebc75

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Georgy Dyuldin
5959
Graham Horler
6060
Greg Price
6161
Grig Gheorghiu
62+
Grigorii Eremeev (budulianin)
6263
Guido Wesdorp
6364
Harald Armin Massa
6465
Ian Bicking

doc/en/fixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ Using fixtures from classes, modules or projects
701701
Sometimes test functions do not directly need access to a fixture object.
702702
For example, tests may require to operate with an empty directory as the
703703
current working directory but otherwise do not care for the concrete
704-
directory. Here is how you can can use the standard `tempfile
704+
directory. Here is how you can use the standard `tempfile
705705
<http://docs.python.org/library/tempfile.html>`_ and pytest fixtures to
706706
achieve it. We separate the creation of the fixture into a conftest.py
707707
file::

0 commit comments

Comments
 (0)