fix typos

This commit is contained in:
a.krasnov
2019-09-22 21:29:35 +03:00
parent 5392fa46c2
commit 3b5714d6ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class Element:
https://docs.python.org/3/howto/descriptor.html
:param instance: instance of owner
:param owner: type of owner
:return: self or WebElement instance
:return: self or CustomWebElement instance
"""
if isinstance(instance, Element):
return self