aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/responsestreaming.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features/responsestreaming.rst')
-rw-r--r--docs/features/responsestreaming.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/responsestreaming.rst b/docs/features/responsestreaming.rst
index 66b5cae0..1d5726c4 100644
--- a/docs/features/responsestreaming.rst
+++ b/docs/features/responsestreaming.rst
@@ -35,10 +35,10 @@ command-line ``--stream SIZE``
Customizing Response Streaming
------------------------------
-You can also use an :ref:`inlinescripts` to customize exactly
-which responses are streamed.
+You can also use a script to customize exactly which responses are streamed.
-Responses that should be tagged for streaming by setting their ``.stream`` attribute to ``True``:
+Responses that should be tagged for streaming by setting their ``.stream``
+attribute to ``True``:
.. literalinclude:: ../../examples/stream.py
:caption: examples/stream.py