Uppercase first word in docstrings. Change to an imperative form. Add name to authors.

This commit is contained in:
Javi Romero
2016-07-22 12:39:06 +02:00
parent 14af12cb7b
commit 7e37497d5a
6 changed files with 10 additions and 9 deletions

View File

@@ -108,7 +108,7 @@ def tmpdir_factory(request):
@pytest.fixture
def tmpdir(request, tmpdir_factory):
"""return a temporary directory path object
"""Return a temporary directory path object
which is unique to each test function invocation,
created as a sub directory of the base temporary
directory. The returned object is a `py.path.local`_