Skip to content

Commit

Permalink
Merge pull request #415 from nikolas/patch-8
Browse files Browse the repository at this point in the history
fix grammatical problems in ElementDoesNotExist docs
  • Loading branch information
andrewsmedina committed Jun 17, 2015
2 parents 2a036d0 + 2b128a4 commit 12e905c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/finding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ found element.
``ElementDoesNotExist`` exception
=================================

If an element is not found, the ``find_*`` methods returns an empty list. But
if you try to access an element in this list, it will raise the
If an element is not found, the ``find_*`` methods return an empty list. But
if you try to access an element in this list, the method will raise the
:class:`splinter.exceptions.ElementDoesNotExist` exception.

0 comments on commit 12e905c

Please sign in to comment.