summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-07-26 20:03:59 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-07-26 20:03:59 +0300
commitf5c16bf55136202b4b955104c6f33e210ead32c9 (patch)
tree76b4fbebbebf34b0ba5e735a1e72629795d06a42 /bs4/__init__.py
parentc0c4eb5d89777c922e8cfd31b2ac8f86972e1f3c (diff)
Spelling fixes
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.
"""