From ee936b27a8bda9e46af327ce093c209463b488ab Mon Sep 17 00:00:00 2001 From: Ilya Stepin Date: Sat, 10 Aug 2019 09:12:04 +0300 Subject: [PATCH] pytester: fix docstrings Co-Authored-By: Bruno Oliveira --- src/_pytest/pytester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/pytester.py b/src/_pytest/pytester.py index eef876152..29c200ce6 100644 --- a/src/_pytest/pytester.py +++ b/src/_pytest/pytester.py @@ -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