diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-03-27 14:15:00 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-03-27 14:15:00 +0000 |
| commit | d5cb46f4129bb5e69e6b3b35f23187c803cab67a (patch) | |
| tree | b81004927598ad4c6c2a7805fc3a44ed91057d5f /docs | |
| parent | c30a050e41efa4c1194e78c33edad22e59d25ac4 (diff) | |
Tiny reST fix to testing.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index 54b8ba9ae6..0ff3cce3d9 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -80,7 +80,7 @@ read Python's official documentation for the details. .. admonition:: What's a **docstring**? A good explanation of docstrings (and some guidelines for using them - effectively) can be found in :PEP:`257`: + effectively) can be found in :pep:`257`: A docstring is a string literal that occurs as the first statement in a module, function, class, or method definition. Such a docstring |
