Fix misplaced paren in docs
This commit is contained in:
parent
a07c60af0a
commit
205c943ded
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue