Skip to content

Commit a86e9da

Browse files
committed
Passing doctest
1 parent ac954c1 commit a86e9da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Usage
1717
See the :doc:`api-reference` for full usage details.
1818

1919
.. TODO - make this a doctest with hidden mock as setup
20+
.. TODO - run doctest on CI
2021
2122
.. code:: python
2223
@@ -85,7 +86,7 @@ To write unit tests for code which uses this library, without using your Vuforia
8586
)
8687

8788

88-
image = pathlib.Path('high_quality_image.jpg').resolve()
89+
image = pathlib.Path('high_quality_image.jpg')
8990
with image.open(mode='rb') as my_image_file:
9091
my_image = io.BytesIO(my_image_file.read())
9192

0 commit comments

Comments
 (0)