Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc59cd7

Browse files
committed
Fix typos
#Load the main page. In this case the home page of Python.og. to #Load the main page. In this case the home page of Python.org.
1 parent a7baddc commit cc59cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/page-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and ensure some results are found.
4040
the results were not empty.
4141
"""
4242

43-
#Load the main page. In this case the home page of Python.og.
43+
#Load the main page. In this case the home page of Python.org.
4444
main_page = page.MainPage(self.driver)
4545
#Checks if the word "Python" is in title
4646
assert main_page.is_title_matches(), "python.org title doesn't match."

0 commit comments

Comments
 (0)