From e972f4c7120fcef25a952b97538c462aa2a9ed1d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 4 Aug 2021 06:37:18 +1000 Subject: [PATCH] docs: fix simple typo, ovverride -> override There is a small typo in README.rst. Should read `override` rather than `ovverride`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5d3f77e..ceed0d7 100644 --- a/README.rst +++ b/README.rst @@ -134,7 +134,7 @@ You can override this by setting the *list_display* attribute or you may extend In addition, each URLField, ForeignKey, and OneToOneField will display as a link. URLFields will link to their respective urls, while ForeignKey and OneToOneFields will link to their respective object's admin change pages. -You can ovverride this functionality by setting **link_url_fields** and/or **link_foreign_key_fields** to False. +You can override this functionality by setting **link_url_fields** and/or **link_foreign_key_fields** to False. list_filter -----------