Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Fix simple typo: postitively -> positively (#1358)
Browse files Browse the repository at this point in the history
There is a small typo in raven/contrib/tornado/__init__.py.
Should read `positively` rather than `postitively`.
  • Loading branch information
timgates42 authored and untitaker committed Jan 8, 2020
1 parent d1804ac commit 285b257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raven/contrib/tornado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def get_sentry_user_info(self):
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:
Expand Down

0 comments on commit 285b257

Please sign in to comment.