Skip to content

Commit ee936b2

Browse files
martblnnicoddemus
andauthored
pytester: fix docstrings
Co-Authored-By: Bruno Oliveira <[email protected]>
1 parent e0ce8b7 commit ee936b2

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
@@ -633,7 +633,7 @@ def copy_example(self, name=None):
633633
"""Copy file from project's directory into the testdir.
634634
635635
:param str name: The name of the file for copy.
636-
:return: self.tmpdir
636+
:return: path to the copied directory (inside ``self.tmpdir``).
637637
638638
"""
639639
import warnings

0 commit comments

Comments
 (0)