=doc make missing snippets errors again

This commit is contained in:
Konrad Malawski 2015-12-23 18:34:37 +01:00
parent ff152b816d
commit d64c4a6546
2 changed files with 3 additions and 4 deletions

View file

@ -96,7 +96,7 @@ logic in Flows and attaching those to :class:`StreamIO` in order to implement yo
In this example both client and server may need to close the stream based on a parsed command - ``BYE`` in the case
of the server, and ``q`` in the case of the client. This is implemented by using a custom :class:`PushStage`
(see :ref:`stream-using-push-pull-stage-java`) which completes the stream once it encounters such command.
which completes the stream once it encounters such command.
Streaming File IO
=================