From 34a2526fd029885f9652a5d876939007c1102712 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 9 Dec 2011 11:27:29 +0000 Subject: [PATCH] Fix docstring. --- djangorestframework/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/compat.py b/djangorestframework/compat.py index 25982da50..6147c3647 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