From 1e8e931464515871afe01123f024cd6ce7a5bd02 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 15 Dec 2014 21:18:37 +0100 Subject: [PATCH] Clarify internal docstring --- tests/storage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index 765e2f3..c1ae61a 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -30,7 +30,7 @@ class BaseStorageTests(object): ''' Return a function with the following properties: - :param collection: The collection name to use. + :param collection: The name of the collection to create and use. ''' raise NotImplementedError()