Skip to content

Commit 1b6c381

Browse files
committed
[py] that is definitely the wrong syntax for python
1 parent 6c8e7d5 commit 1b6c381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • py/selenium/webdriver/common

py/selenium/webdriver/common/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ class Keys(object):
9292

9393
META = u'\ue03d'
9494
COMMAND = u'\ue03d'
95-
ZENKAKU_HANKAKU: '\uE040'
95+
ZENKAKU_HANKAKU = u'\ue040'

0 commit comments

Comments
 (0)