forked from orbit-oss/flask
Docs: Fix docstring formatting
This commit is contained in:
parent
ed1619adad
commit
e3b3e05052
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue