aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/compat.py
diff options
context:
space:
mode:
authorCraig Blaszczyk2011-12-11 18:30:43 +0000
committerCraig Blaszczyk2011-12-11 18:30:43 +0000
commite84bf2140c33b45d1d9d8325eeaf62a97c46495e (patch)
treed95d6755f787c8ab3d8c555315d514c067121bf9 /djangorestframework/compat.py
parent0632e946f977609ca6d6f4272f02c72dee1f49be (diff)
parent4f42303035c094a1d0c6128f0ccce1abfa6b72f4 (diff)
downloaddjango-rest-framework-e84bf2140c33b45d1d9d8325eeaf62a97c46495e.tar.bz2
fix merge
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