Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Changed auto docs and fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbenny35 committed Feb 10, 2017
1 parent 0ae114e commit 9cc6839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/api.rst
Expand Up @@ -9,7 +9,6 @@ FoxPuppet
.. py:module:: foxpuppet.foxpuppet
.. autoclass:: FoxPuppet
:inherited-members:


Windows
Expand All @@ -23,7 +22,6 @@ Window Manager
.. py:module:: foxpuppet.windows
.. autoclass:: WindowManager
:inherited-members:

Browser Window
==============
Expand Down
2 changes: 1 addition & 1 deletion foxpuppet/windows/base.py
Expand Up @@ -52,6 +52,6 @@ def close(self):
self.selenium.close()

def switch_to(self):
"""Switches focus for selenium commands to this window."""
"""Switches focus for Selenium commands to this window."""

self.selenium.switch_to.window(self.handle)

0 comments on commit 9cc6839

Please sign in to comment.