Fix misplaced paren in docs

This commit is contained in:
Sebastian Jakubiak 2019-05-13 22:07:37 +02:00
parent a07c60af0a
commit 205c943ded

View file

@ -170,7 +170,7 @@ def has_request_context():
self.remote_addr = remote_addr
Alternatively you can also just test any of the context bound objects
(such as :class:`request` or :class:`g` for truthness)::
(such as :class:`request` or :class:`g`) for truthness::
class User(db.Model):