diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-28 12:25:51 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-28 12:25:51 -0500 |
commit | 5c7ff8e02ac0a2fe2966b04cb6862940face28c0 (patch) | |
tree | 3b832c107233b60e57c8199a8141d6fe7738073d /CHANGELOG | |
parent | 270cc37956de4ed1c4025b0d56aaf34a75d080d5 (diff) |
Renamed replaceWith to replace_with.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ version of the API is in use, the module is now called 'bs4': Methods have been renamed to comply with PEP 8. The old names still work. Here are the renames: + * replaceWith -> replace_with * findAll -> find_all * findAllNext -> find_all_next * findAllPrevious -> find_all_previous |