Skip to content

Commit

Permalink
[#1117] Tweak a couple of docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Jul 25, 2013
1 parent 476b8ff commit 854407a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/new_tests/lib/navl/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def _data():
'''Return a data dict with some random data in it, suitable to be passed
'''Return a data dict with some arbitrary data in it, suitable to be passed
to validators for testing.
This is a function that returns a dict (rather than just a dict as a
Expand All @@ -19,7 +19,7 @@ def _data():


def _errors():
'''Return an errors dict with some random errors in it, suitable to be
'''Return an errors dict with some arbitrary errors in it, suitable to be
passed to validators for testing.
This is a function that returns a dict (rather than just a dict as a
Expand Down

0 comments on commit 854407a

Please sign in to comment.