Skip to content

Commit 43d1398

Browse files
authored
Merge pull request #11334 from WarrenTheRabbit/fix-docstring-spelling-in-pytester-1
doc: fix docstring spelling in pytester
2 parents 03832fa + 3f446b6 commit 43d1398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/pytester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ def makefile(self, ext: str, *args: str, **kwargs: str) -> Path:
829829
return self._makefile(ext, args, kwargs)
830830

831831
def makeconftest(self, source: str) -> Path:
832-
"""Write a contest.py file.
832+
"""Write a conftest.py file.
833833
834834
:param source: The contents.
835835
:returns: The conftest.py file.

0 commit comments

Comments
 (0)