Skip to content

Commit 66c1df1

Browse files
Fix flake8 issues
1 parent ddce145 commit 66c1df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/core/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ def control_s(self, wait=0):
13321332

13331333
def control_key(self, key_to_press: str, wait=0):
13341334
"""
1335-
Press CTRL and one more simple key to perform a keyboard shortcut
1335+
Press CTRL and one more simple key to perform a keyboard shortcut
13361336
13371337
Args:
13381338
key_to_press (str): The key that will be pressed with the CTRL.

0 commit comments

Comments
 (0)