diff --git a/docs/web_reference.rst b/docs/web_reference.rst index 0af31446653..0e216401fbd 100644 --- a/docs/web_reference.rst +++ b/docs/web_reference.rst @@ -1418,7 +1418,7 @@ Resource classes hierarhy:: :class:`collections.abc.Iterable`. ``len(resource)`` returns amount of :term:`route`\s belongs to the resource, - ``for route in resource: ...`` allows to iterate over these routes. + ``for route in resource`` allows to iterate over these routes. .. attribute:: name