Changeset 7368
- Timestamp:
- 03/27/08 09:15:00 (5 months ago)
- Files:
-
- django/trunk/docs/testing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/testing.txt
r7294 r7368 81 81 82 82 A good explanation of docstrings (and some guidelines for using them 83 effectively) can be found in : PEP:`257`:83 effectively) can be found in :pep:`257`: 84 84 85 85 A docstring is a string literal that occurs as the first statement in
