aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/compat.py
diff options
context:
space:
mode:
authorTom Christie2011-12-09 11:27:29 +0000
committerTom Christie2011-12-09 11:27:34 +0000
commit34a2526fd029885f9652a5d876939007c1102712 (patch)
tree558b6779143e9bb48e3efcd3015f05bcb6af0f22 /djangorestframework/compat.py
parenta3f483a6b1d4d13bca39bacb4c13a44e733fdccf (diff)
downloaddjango-rest-framework-34a2526fd029885f9652a5d876939007c1102712.tar.bz2
Fix docstring.
Diffstat (limited to 'djangorestframework/compat.py')
-rw-r--r--djangorestframework/compat.py2
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