Merge pull request #11334 from WarrenTheRabbit/fix-docstring-spelling-in-pytester-1
doc: fix docstring spelling in pytester
This commit is contained in:
commit
43d1398fc7
|
@ -829,7 +829,7 @@ class Pytester:
|
||||||
return self._makefile(ext, args, kwargs)
|
return self._makefile(ext, args, kwargs)
|
||||||
|
|
||||||
def makeconftest(self, source: str) -> Path:
|
def makeconftest(self, source: str) -> Path:
|
||||||
"""Write a contest.py file.
|
"""Write a conftest.py file.
|
||||||
|
|
||||||
:param source: The contents.
|
:param source: The contents.
|
||||||
:returns: The conftest.py file.
|
:returns: The conftest.py file.
|
||||||
|
|
Loading…
Reference in New Issue