Skip to content

Commit

Permalink
Fixed an rst syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 1, 2012
1 parent ee3e251 commit d4415dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/helpers.py
Expand Up @@ -113,7 +113,7 @@ def generate():
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
Expand Down

0 comments on commit d4415dd

Please sign in to comment.