Skip to content

Commit 38a5ec5

Browse files
authored
Merge pull request #1135 from 97096191/patch-1
Fix spelling errors in comments
2 parents 5922a1b + 5e5f333 commit 38a5ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uiautomator2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def screen_off(self):
341341
@property
342342
def orientation(self) -> str:
343343
'''
344-
orienting the devie to left/right or natural.
344+
orienting the device to left/right or natural.
345345
left/l: rotation=90 , displayRotation=1
346346
right/r: rotation=270, displayRotation=3
347347
natural/n: rotation=0 , displayRotation=0

0 commit comments

Comments
 (0)