aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/responsestreaming.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/features/responsestreaming.html')
-rw-r--r--doc-src/features/responsestreaming.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/features/responsestreaming.html b/doc-src/features/responsestreaming.html
index 59847c8f..20785269 100644
--- a/doc-src/features/responsestreaming.html
+++ b/doc-src/features/responsestreaming.html
@@ -40,7 +40,7 @@ Responses that should be tagged for streaming by setting their respective .strea
$!example("examples/stream.py")!$
-In addition, if the .stream attribute is set to callable(), .stream will work as a hook in chunk data processing.
+In addition, if the .stream attribute is callable, .stream will work as a hook in chunk data processing.
$!example("examples/stream_modify.py")!$