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

View File

@@ -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