Skip to content

Commit

Permalink
Add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 28, 2016
1 parent b7ca576 commit 94e0fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ Router is any object that implements :class:`AbstractRouter` interface.
.. versionadded:: 1.0

.. method:: add_static(prefix, path, *, name=None, expect_handler=None, \
chunk_size=256*1024,
chunk_size=256*1024, \
response_factory=StreamResponse, \
show_index=False)

Expand Down

0 comments on commit 94e0fb6

Please sign in to comment.