pytester: fix docstrings

Co-Authored-By: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Ilya Stepin 2019-08-10 09:12:04 +03:00 committed by GitHub
parent e0ce8b79d5
commit ee936b27a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ class Testdir:
"""Copy file from project's directory into the testdir. """Copy file from project's directory into the testdir.
:param str name: The name of the file for copy. :param str name: The name of the file for copy.
:return: self.tmpdir :return: path to the copied directory (inside ``self.tmpdir``).
""" """
import warnings import warnings