summaryrefslogtreecommitdiff
path: root/docs/oauth1/security.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth1/security.rst')
-rw-r--r--docs/oauth1/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth1/security.rst b/docs/oauth1/security.rst
index df1e2a0..0fd5c4c 100644
--- a/docs/oauth1/security.rst
+++ b/docs/oauth1/security.rst
@@ -20,7 +20,7 @@ A few important facts regarding OAuth security
for Python 3.6 and later. The ``secrets`` module is designed for
generating cryptographically strong random numbers. For earlier versions
of Python, use ``random.SystemRandom`` which is based on ``os.urandom``
- rather than the default ``random`` based on the effecient but not truly
+ rather than the default ``random`` based on the efficient but not truly
random Mersenne Twister. Predictable tokens allow attackers to bypass
virtually all defences OAuth provides.