Ver código fonte

try and -> try to

Meriipu 6 anos atrás
pai
commit
0234d98169
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tutorials/inputs/input_examples.rst

+ 1 - 1
tutorials/inputs/input_examples.rst

@@ -91,7 +91,7 @@ It inherits from the following classes:
         with events so you can check the event type's available properties and
         with events so you can check the event type's available properties and
         methods.
         methods.
 
 
-You can encounter errors if you try and access a property on an input type that
+You can encounter errors if you try to access a property on an input type that
 doesn't contain it - calling ``position`` on ``InputEventKey`` for example. To
 doesn't contain it - calling ``position`` on ``InputEventKey`` for example. To
 avoid this, make sure to test the event type first:
 avoid this, make sure to test the event type first: