Skip to content

Commit 9640bf1

Browse files
authored
Merge pull request appium#185 from KazuCocoa/fix_wording_device_time
fix typo
2 parents 0a40589 + 12e1b8c commit 9640bf1

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)