From 83b47c4b766273f0691c0a81a373237867de75af Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 2 Jul 2011 04:33:47 -0700 Subject: [PATCH] Typo --- djangorestframework/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/compat.py b/djangorestframework/compat.py index 230172c3d..25982da50 100644 --- a/djangorestframework/compat.py +++ b/djangorestframework/compat.py @@ -1,5 +1,5 @@ """ -The :mod:`compatability` module provides support for backwards compatability with older versions of django/python. +The :mod:`compatibility ` module provides support for backwards compatibility with older versions of django/python. """ # cStringIO only if it's available