Skip to content

Commit 9b4b273

Browse files
committed
[py] Fix 1 more docstring
1 parent b5b4e01 commit 9b4b273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def set_page_load_timeout(self, time_to_wait: float) -> None:
819819
- The amount of time to wait (in seconds)
820820
821821
Example:
822-
-------
822+
--------
823823
>>> driver.set_page_load_timeout(30)
824824
"""
825825
try:

0 commit comments

Comments
 (0)