From 2ca244aae62d28e3fcf97c47fd7d5e3c89fd9c87 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 4 Sep 2014 12:31:33 -0400 Subject: [PATCH] Fixed typo in docs/ref/checks.txt. --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index f008661319..dcf9be4f8e 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -208,7 +208,7 @@ with the admin site: * **admin.E023**: The value of ``radio_fields`` refers to ````, which is not a ``ForeignKey``, and does not have a ``choices`` definition. * **admin.E024**: The value of ``radio_fields[]`` must be either - ``admin.HORIZONTAL`` nor ``admin.VERTICAL``. + ``admin.HORIZONTAL`` or ``admin.VERTICAL``. * **admin.E025**: The value of ``view_on_site`` must be either a callable or a boolean value. * **admin.E026**: The value of ``prepopulated_fields`` must be a dictionary.