summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-26 21:23:15 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-26 21:23:15 -0400
commitf248e7d7935e65eb1f2280c14c9b9d310e5dc9e5 (patch)
tree7ee47c99de1e5b50d7aa20af1a2ce32ddf1c1372 /bs4/__init__.py
parentf2ef3bd2662799d19af52fc4f6af31d322c897ca (diff)
parentf5c16bf55136202b4b955104c6f33e210ead32c9 (diff)
Spelling cleanup contributed by Ville Skyttä.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 308428a..6eb3b04 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -448,7 +448,7 @@ class BeautifulSoup(Tag):
"""Push a start tag on to the stack.
If this method returns None, the tag was rejected by the
- SoupStrainer. You should proceed as if the tag had not occured
+ SoupStrainer. You should proceed as if the tag had not occurred
in the document. For instance, if this was a self-closing tag,
don't call handle_endtag.
"""