From 7f2505ad9e27962ecbd61d2ce26ad691727404a4 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 28 Feb 2014 11:44:03 -0500 Subject: Fixed doc typos. --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index f48f9ff4ad..c2194cc512 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -666,7 +666,7 @@ For each field, we describe the default widget used if you don't specify .. class:: IPAddressField(**kwargs) .. deprecated:: 1.7 - This field has been deprecated in favour of + This field has been deprecated in favor of :class:`~django.forms.GenericIPAddressField`. * Default widget: :class:`TextInput` -- cgit v1.3