Skip to content

Commit

Permalink
docs: Fix python example (#4139)
Browse files Browse the repository at this point in the history
typos

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz authored Feb 5, 2024
1 parent ab514e4 commit 50dd739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/imageinput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ memory, even if that's not the way they're stored in the file):
:start-after: BEGIN-imageinput-simple
:end-before: END-imageinput-simple

.. tab:: py
.. tab:: Python
.. literalinclude:: ../../testsuite/docs-examples-python/src/docs-examples-imageinput.py
:language: py
:start-after: BEGIN-imageinput-simple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def example1() :
############################################################################


# BEGIN-impageinput-simple
# BEGIN-imageinput-simple
import OpenImageIO as oiio
def simple_read():
filename = "tahoe.tif"
Expand Down

0 comments on commit 50dd739

Please sign in to comment.