Skip to content

Commit

Permalink
Fixed a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 2, 2012
1 parent 0787872 commit 1beb0f2
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 1beb0f2

Please sign in to comment.