Skip to content

Commit 3f446b6

Browse files
doc: fix docstring spelling in pytester
1 parent 050f402 commit 3f446b6

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)