diff options
| -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 |
