pytester: fix docstrings
Co-Authored-By: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
parent
e0ce8b79d5
commit
ee936b27a8
|
@ -633,7 +633,7 @@ class Testdir:
|
|||
"""Copy file from project's directory into the testdir.
|
||||
|
||||
:param str name: The name of the file for copy.
|
||||
:return: self.tmpdir
|
||||
:return: path to the copied directory (inside ``self.tmpdir``).
|
||||
|
||||
"""
|
||||
import warnings
|
||||
|
|
Loading…
Reference in New Issue