Remove duplicate overridden is streams customization

This commit is contained in:
James Roper 2016-02-22 10:00:26 +11:00
parent b37c2c0b29
commit e0edf26a21
2 changed files with 2 additions and 2 deletions

View file

@ -350,7 +350,7 @@ Custom materialized values
Custom stages can return materialized values instead of ``Unit`` by inheriting from :class:`GraphStageWithMaterializedValue`
instead of the simpler :class:`GraphStage`. The difference is that in this case the method
``createLogicAndMaterializedValue(inheritedAttributes)`` needs to be overridden, overridden, and in addition to the
``createLogicAndMaterializedValue(inheritedAttributes)`` needs to be overridden, and in addition to the
stage logic the materialized value must be provided
.. warning::

View file

@ -356,7 +356,7 @@ Custom materialized values
Custom stages can return materialized values instead of ``Unit`` by inheriting from :class:`GraphStageWithMaterializedValue`
instead of the simpler :class:`GraphStage`. The difference is that in this case the method
``createLogicAndMaterializedValue(inheritedAttributes)`` needs to be overridden, overridden, and in addition to the
``createLogicAndMaterializedValue(inheritedAttributes)`` needs to be overridden, and in addition to the
stage logic the materialized value must be provided
.. warning::