From c9c36ce9e483ff8d5a4c344eeb06068f19127bcb Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Wed, 12 Jan 2022 20:04:31 +0100 Subject: [PATCH] Fix type hint in docstring --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 2e247bf..4b54df1 100755 --- a/test.py +++ b/test.py @@ -127,7 +127,7 @@ class TestInBrowser(TestBase): """ Return text from error notification box or an empty string if no error message exists - :@rtype: str + @rtype: str """ notify_box = self.driver.find_element(By.ID, 'notify_box') try: