From 08097e892dcc0ce2ae2c89ebe72007b3888cdbf6 Mon Sep 17 00:00:00 2001 From: Oshodi Kolapo Date: Thu, 14 Apr 2022 10:41:10 +0100 Subject: [PATCH] Fixed Typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0d4143a..336ca33 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ displays:: By default, Django Ping tests that your Database is responding by using supplying two tests. You can supply your own tests to make sure everything is responding as expected. If you don't -use database sessions or the contrib.sites app, you can removed +use database sessions or the contrib.sites app, you can remove the ones you don't need. To customize, include a tuple in your Django settings::