Docs: Fix docstring formatting

This commit is contained in:
Priit Laes 2012-08-01 11:29:40 +03:00
parent ed1619adad
commit e3b3e05052

View file

@ -113,7 +113,7 @@ def stream_with_context(generator_or_function):
yield '!' yield '!'
return Response(generate()) 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 from flask import stream_with_context, request, Response