diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-07-26 20:03:59 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-07-26 20:03:59 +0300 |
commit | f5c16bf55136202b4b955104c6f33e210ead32c9 (patch) | |
tree | 76b4fbebbebf34b0ba5e735a1e72629795d06a42 /bs4/__init__.py | |
parent | c0c4eb5d89777c922e8cfd31b2ac8f86972e1f3c (diff) |
Spelling fixes
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r-- | bs4/__init__.py | 2 |
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. """ |