getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

Add missing closing quote around example in docs #1226

Closed klingat closed 6 years ago

klingat commented 6 years ago

This pull request just adds a missing closing quote to the logging.rst file which is part of the documentation.

Was: 'user': {'email': 'test@test.com} Now: 'user': {'email': 'test@test.com'}

ashwoods commented 6 years ago

@klingat Thx!