Skip to content

Commit

Permalink
[py]: Fix mistaken quote in EventFiringWebElement docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Dec 10, 2022
1 parent 084c3b1 commit 68d77a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/support/event_firing_webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _wrap(*args, **kwargs):


class EventFiringWebElement:
"""" A wrapper around WebElement instance which supports firing events."""
"""A wrapper around WebElement instance which supports firing events."""

def __init__(self, webelement: WebElement, ef_driver: EventFiringWebDriver) -> None:
"""Creates a new instance of the EventFiringWebElement."""
Expand Down

0 comments on commit 68d77a5

Please sign in to comment.