Skip to content

Commit baafb9f

Browse files
authored
Merge pull request #2649 from arialdis/development
Fix typo in Text class documentation
2 parents 94c4280 + 5465869 commit baafb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arcade/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class Text:
187187
text_2 = Text("Hello, World 2", 0, 100, batch=batch)
188188
text_3 = Text("Hello, World 2", 0, 150, batch=batch)
189189
# Draw the batch
190-
bach.draw()
190+
batch.draw()
191191
# Remove a text instance from the batch
192192
text_2.batch = None
193193

0 commit comments

Comments
 (0)