Skip to content

Commit b01b089

Browse files
lgritz1div0
authored andcommitted
docs: Fix python example (AcademySoftwareFoundation#4139)
typos Signed-off-by: Larry Gritz <[email protected]> Signed-off-by: Peter Kovář <[email protected]>
1 parent b5ab45d commit b01b089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/imageinput.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ memory, even if that's not the way they're stored in the file):
2626
:start-after: BEGIN-imageinput-simple
2727
:end-before: END-imageinput-simple
2828

29-
.. tab:: py
29+
.. tab:: Python
3030
.. literalinclude:: ../../testsuite/docs-examples-python/src/docs-examples-imageinput.py
3131
:language: py
3232
:start-after: BEGIN-imageinput-simple

testsuite/docs-examples-python/src/docs-examples-imageinput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def example1() :
3737
############################################################################
3838

3939

40-
# BEGIN-impageinput-simple
40+
# BEGIN-imageinput-simple
4141
import OpenImageIO as oiio
4242
def simple_read():
4343
filename = "tahoe.tif"

0 commit comments

Comments
 (0)