diff --git a/flask/ctx.py b/flask/ctx.py index 8472c920..ec8e787e 100644 --- a/flask/ctx.py +++ b/flask/ctx.py @@ -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):