Skip to content

Commit 94a5d87

Browse files
committed
[py] Fix doc nits
1 parent ee486d9 commit 94a5d87

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

py/selenium/webdriver/safari/options.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,43 +70,43 @@ class Options(ArgOptions):
7070
automatic_inspection = _SafariOptionsDescriptor(AUTOMATIC_INSPECTION, bool)
7171
"""Get or Set Automatic Inspection value:
7272
73-
Usage
74-
-----
73+
Usage:
74+
------
7575
- Get
7676
- `self.automatic_inspection`
7777
- Set
7878
- `self.automatic_inspection` = `value`
7979
80-
Parameters
81-
----------
80+
Parameters:
81+
-----------
8282
`value`: `bool`
8383
"""
8484
automatic_profiling = _SafariOptionsDescriptor(AUTOMATIC_PROFILING, bool)
8585
"""Get or Set Automatic Profiling value:
8686
87-
Usage
88-
-----
87+
Usage:
88+
------
8989
- Get
9090
- `self.automatic_profiling`
9191
- Set
9292
- `self.automatic_profiling` = `value`
9393
94-
Parameters
95-
----------
94+
Parameters:
95+
-----------
9696
`value`: `bool`
9797
"""
9898
use_technology_preview = _SafariOptionsDescriptor(SAFARI_TECH_PREVIEW, bool)
9999
"""Get and Set Technology Preview:
100100
101-
Usage
102-
-----
101+
Usage:
102+
------
103103
- Get
104104
- `self.use_technology_preview`
105105
- Set
106106
- `self.use_technology_preview` = `value`
107107
108-
Parameters
109-
----------
108+
Parameters:
109+
-----------
110110
`value`: `bool`
111111
"""
112112

0 commit comments

Comments
 (0)