Skip to content

Commit a36bd1f

Browse files
beuaaavasily-v-ryabov
authored andcommitted
Fix typo
Fix "contorls" to "controls" in window_text docstring
1 parent ba727ce commit a36bd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywinauto/base_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def window_text(self):
307307
"""
308308
Window text of the element
309309
310-
Quite a few contorls have other text that is visible, for example
310+
Quite a few controls have other text that is visible, for example
311311
Edit controls usually have an empty string for window_text but still
312312
have text displayed in the edit window.
313313
"""

0 commit comments

Comments
 (0)