Skip to content

Commit 74a85d8

Browse files
committed
[py]: Fix linting failures for docstrings
1 parent b372789 commit 74a85d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/selenium/webdriver/chromium/options.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ def headless(self) -> bool:
150150

151151
@headless.setter
152152
def headless(self, value: bool) -> None:
153-
"""
154-
Sets the headless argument
155-
Old headless uses a non-production browser and is set with `--headless`
153+
"""Sets the headless argument Old headless uses a non-production
154+
browser and is set with `--headless`
155+
156156
Native headless from v86 - v108 is set with `--headless=chrome`
157157
Native headless from v109+ is set with `--headless=new`
158158
:Args:

0 commit comments

Comments
 (0)