diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-10-06 11:04:09 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-10-06 11:04:09 -0400 |
commit | 8c57caece563f2c9aea0a6cc86bd5cee3c40877f (patch) | |
tree | cbb2abbaab6f5d060624ff86bc364e1d8bab7866 /README.md | |
parent | 11bf07d42a19fb8dfd1607af303a8e273e8c8aa2 (diff) |
Corrected grammar error.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ To go beyond the basics, [comprehensive documentation is available](http://www.c Since 2012, Beautiful Soup has been developed as a Python 2 library which is automatically converted to Python 3 code as necessary. This -makes it impossible to take advantages of some features of Python +makes it impossible to take advantage of some features of Python 3. For this reason, I plan to discontinue Beautiful Soup's Python 2 |