diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-04-21 08:18:04 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-04-21 08:18:04 -0400 |
commit | e0d4d8de8f9608e3ac2d637544c786958b3d34b4 (patch) | |
tree | a71e388d43046cd121004ec3057de9881ec60d64 | |
parent | c913ce03775a2e08e970c1c537ad43cf03cbd417 (diff) |
Fixed typo.
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ = 4.9.1 (unreleased) -* Added a distinct subclass, GuessedAsParserWarning, for the warning +* Added a distinct subclass, GuessedAtParserWarning, for the warning issued when BeautifulSoup is instantiated without a parser being specified. [bug=1873787] |