doc: fix docstring spelling in pytester

This commit is contained in:
WarrenTheRabbit 2023-08-22 14:36:39 +10:00 committed by GitHub
parent 050f402816
commit 3f446b68fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ class Pytester:
return self._makefile(ext, args, kwargs)
def makeconftest(self, source: str) -> Path:
"""Write a contest.py file.
"""Write a conftest.py file.
:param source: The contents.
:returns: The conftest.py file.