Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #245 from disktnk/docs/fix-typo
Browse files Browse the repository at this point in the history
Fix invalid example code on document
  • Loading branch information
ofk authored Dec 14, 2018
2 parents 46cb3a1 + abe924e commit 2c8eac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ There are 2 ways to show assets on a web browser. First, use ``summary`` module
.. code-block:: python
summary.image(images[0:5])
summary.image(images[5:10)
summary.image(images[5:10])
summary.audio(audio, 16000)
.. image:: ../images/assets/call_directly_default.png
Expand Down

0 comments on commit 2c8eac1

Please sign in to comment.