Skip to content

Commit 1149692

Browse files
authored
Fix typo in thread safe keyword docs. (robotframework#1341)
1 parent 019a4d6 commit 1149692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ class inherits the
495495
[https://github.com/SeleniumHQ/selenium/wiki/Frequently-Asked-Questions#q-is-webdriver-thread-safe|
496496
Selenium tool is not thread safe] within one browser/driver instance.
497497
Because of the limitation in the Selenium side, the keywords or the
498-
API provided the SeleniumLibrary is not thread safe.
498+
API provided by the SeleniumLibrary is not thread safe.
499499
"""
500500
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
501501
ROBOT_LIBRARY_VERSION = __version__

0 commit comments

Comments
 (0)