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

Skip to content

Commit bbbdfd7

Browse files
author
Baiju Muthukadan
committed
break lengthy line
1 parent fcb7b2a commit bbbdfd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/getting-started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ case class. Here you are creating the instance of Firefox WebDriver.
174174
def setUp(self):
175175
self.driver = webdriver.Firefox()
176176

177-
This is the test case method. The test case method should always start with characters `test`. The first line inside this method
178-
create a local reference to the driver object created in `setUp`
179-
method.
177+
This is the test case method. The test case method should always start
178+
with characters `test`. The first line inside this method create a
179+
local reference to the driver object created in `setUp` method.
180180

181181
::
182182

0 commit comments

Comments
 (0)