mirror of https://github.com/pallets/flask.git
Merge pull request #3196 from jakseb/fix-docs-paren
Fix misplaced paren in docs
This commit is contained in:
commit
b765e0db50
|
|
@ -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…
Reference in New Issue