diff options
| author | Tom Christie | 2011-12-09 11:27:29 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-09 11:27:34 +0000 |
| commit | 34a2526fd029885f9652a5d876939007c1102712 (patch) | |
| tree | 558b6779143e9bb48e3efcd3015f05bcb6af0f22 /djangorestframework/compat.py | |
| parent | a3f483a6b1d4d13bca39bacb4c13a44e733fdccf (diff) | |
| download | django-rest-framework-34a2526fd029885f9652a5d876939007c1102712.tar.bz2 | |
Fix docstring.
Diffstat (limited to 'djangorestframework/compat.py')
| -rw-r--r-- | djangorestframework/compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/compat.py b/djangorestframework/compat.py index 25982da5..6147c364 100644 --- a/djangorestframework/compat.py +++ b/djangorestframework/compat.py @@ -1,5 +1,5 @@ """ -The :mod:`compatibility ` module provides support for backwards compatibility with older versions of django/python. +The :mod:`compat` module provides support for backwards compatibility with older versions of django/python. """ # cStringIO only if it's available |
