summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-01-08 20:20:09 +1100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2020-01-08 10:20:09 +0100
commit285b257cf386bfac78f6fe334c9044af65f98561 (patch)
tree4e71fdfb122ba0adf4e6a393e770343069b2fffa
parentd1804ace20e357d54d99635e80fef48ba761d61b (diff)
downloadraven-285b257cf386bfac78f6fe334c9044af65f98561.tar.gz
Fix simple typo: postitively -> positively (#1358)
There is a small typo in raven/contrib/tornado/__init__.py. Should read `positively` rather than `postitively`.
-rw-r--r--raven/contrib/tornado/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raven/contrib/tornado/__init__.py b/raven/contrib/tornado/__init__.py
index 766b328..f4d6d5e 100644
--- a/raven/contrib/tornado/__init__.py
+++ b/raven/contrib/tornado/__init__.py
@@ -167,7 +167,7 @@ class SentryMixin(object):
Data for sentry.interfaces.User
Default implementation only sends `is_authenticated` by checking if
- `tornado.web.RequestHandler.get_current_user` tests postitively for on
+ `tornado.web.RequestHandler.get_current_user` tests positively for on
Truth calue testing
"""
try: