Merge pull request #3196 from jakseb/fix-docs-paren

Fix misplaced paren in docs
This commit is contained in:
David Lord 2019-05-16 08:28:58 -07:00 committed by GitHub
commit b765e0db50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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):