Skip to content

Commit 51fb442

Browse files
authored
docs: fix typo in get settings in python (appium#15375)
1 parent fbff369 commit 51fb442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands-yml/commands/session/settings/get-settings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ example_usage:
1919
@driver.get_settings
2020
python:
2121
|
22-
self.driver.get_settings
22+
self.driver.get_settings()
2323

2424
client_docs:
2525
java: "https://appium.github.io/java-client/io/appium/java_client/HasSettings.html#getSettings--"

0 commit comments

Comments
 (0)