From 340ccc7d760b7a3638753b93b31e679f0f62649d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 11 Dec 2019 17:21:30 +1100 Subject: [PATCH] Fix simple typo: surpress -> suppress Closes #138 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5872e90..4808e6f 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ DEVSERVER_MODULES = [] A list of devserver modules to load. DEVSERVER_IGNORED_PREFIXES = ['/media', '/uploads'] - A list of prefixes to surpress and skip process on. By default, ``ADMIN_MEDIA_PREFIX``, ``MEDIA_URL`` and ``STATIC_URL`` (for Django >= 1.3) will be ignored (assuming ``MEDIA_URL`` and ``STATIC_URL`` is relative) + A list of prefixes to suppress and skip process on. By default, ``ADMIN_MEDIA_PREFIX``, ``MEDIA_URL`` and ``STATIC_URL`` (for Django >= 1.3) will be ignored (assuming ``MEDIA_URL`` and ``STATIC_URL`` is relative) -------