Skip to content

Commit

Permalink
Merge pull request #72 from qinfeng/master
Browse files Browse the repository at this point in the history
Fix typo of inline docstring
  • Loading branch information
nateshmbhat committed Nov 1, 2021
2 parents 6c7a107 + f010756 commit ce676b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbot/webbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Browser:
The constructor takes showWindow flag as argument which Defaults to False. If it is set to true , all browser happen without showing up any GUI window .
:Args:
- showWindow : If true , will run a headless browser without showing GUI window.
- showWindow : If false , will run a headless browser without showing GUI window.
- proxy : Url of any optional proxy server.
Expand Down

0 comments on commit ce676b2

Please sign in to comment.