Skip to content

Commit d4fc6aa

Browse files
authored
Docs: Fix a copy-paste error in 'Fastest Text Drawing' example (#2275)
Essentially this made the code exactly the same as in the 'Better Text Drawing' example.
1 parent 5052e2e commit d4fc6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/example_code/drawing_text_objects_batch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ same as the :ref:`drawing_text_objects` example.
1717

1818
For a much simpler and slower approach, see :ref:`drawing_text`.
1919

20-
.. literalinclude:: ../../arcade/examples/drawing_text_objects.py
20+
.. literalinclude:: ../../arcade/examples/drawing_text_objects_batch.py
2121
:caption: drawing_text_objects.py
2222
:linenos:

0 commit comments

Comments
 (0)