summaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 4814dcd..e47e3e0 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -48,7 +48,7 @@ What does ValueError `Error trying to decode a non urlencoded string` mean?
include non percent encoded characters such as `£`. Which could be because
it has already been decoded by your web framework.
- If you believe it contains characters that should be excempt from this
+ If you believe it contains characters that should be exempt from this
check please open an issue and state why.