Browse Source

Fixed an rst syntax error

pull/575/head
Armin Ronacher 13 years ago
parent
commit
d4415dd665
  1. 2
      flask/helpers.py

2
flask/helpers.py

@ -113,7 +113,7 @@ def stream_with_context(generator_or_function):
yield '!'
return Response(generate())
Alternatively it can also be used around a specific generator:
Alternatively it can also be used around a specific generator::
from flask import stream_with_context, request, Response

Loading…
Cancel
Save