Skip to content

Commit fcf9523

Browse files
committed
DOC: Fix documentation typos.
1 parent 79a4271 commit fcf9523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

botcity/core/bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def key_right(self, wait=0):
836836

837837
def key_enter(self, wait=0):
838838
"""
839-
Press key Right
839+
Press key Enter
840840
841841
Args:
842842
wait (int, optional): Wait interval (ms) after task
@@ -870,7 +870,7 @@ def key_esc(self, wait=0):
870870

871871
def _key_fx(self, idx, wait=0):
872872
"""
873-
Press key Fidx where idx is a value from 1 to 12
873+
Press key F[idx] where idx is a value from 1 to 12
874874
875875
Args:
876876
idx (int): F key index from 1 to 12

0 commit comments

Comments
 (0)