Skip to content

Commit 12e1b8c

Browse files
committed
correct a wording
1 parent 0a40589 commit 12e1b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def set_location(self, latitude, longitude, altitude):
797797

798798
@property
799799
def device_time(self):
800-
"""Returns the date and time fomr the device
800+
"""Returns the date and time from the device
801801
"""
802802
return self.execute(Command.GET_DEVICE_TIME, {})['value']
803803

0 commit comments

Comments
 (0)