Clarify internal docstring

This commit is contained in:
Markus Unterwaditzer 2014-12-15 21:18:37 +01:00
parent 6b199474a6
commit 1e8e931464

View file

@ -30,7 +30,7 @@ class BaseStorageTests(object):
''' '''
Return a function with the following properties: 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() raise NotImplementedError()