diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-26 21:23:15 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-26 21:23:15 -0400 |
commit | f248e7d7935e65eb1f2280c14c9b9d310e5dc9e5 (patch) | |
tree | 7ee47c99de1e5b50d7aa20af1a2ce32ddf1c1372 /NEWS.txt | |
parent | f2ef3bd2662799d19af52fc4f6af31d322c897ca (diff) | |
parent | f5c16bf55136202b4b955104c6f33e210ead32c9 (diff) |
Spelling cleanup contributed by Ville Skyttä.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -508,7 +508,7 @@ Bug fixes: * Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute. -* Fixed a test failure that occured on Python 3.x when chardet was +* Fixed a test failure that occurred on Python 3.x when chardet was installed. * Made prettify() return Unicode by default, so it will look nice on @@ -542,7 +542,7 @@ Bug fixes: * Restored compatibility with Python 2.6. -* The install process no longer installs docs or auxillary text files. +* The install process no longer installs docs or auxiliary text files. * It's now possible to deepcopy a BeautifulSoup object created with Python's built-in HTML parser. @@ -781,7 +781,7 @@ Added an import that makes BS work in Python 2.3. Fixed a UnicodeDecodeError when unpickling documents that contain non-ASCII characters. -Fixed a TypeError that occured in some circumstances when a tag +Fixed a TypeError that occurred in some circumstances when a tag contained no text. Jump through hoops to avoid the use of chardet, which can be extremely |