diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 11:46:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:17 -0400 |
commit | 82cf566d1fadb788bb839d447673d500670c7f4e (patch) | |
tree | b0e5a0fffd31d8d041ae4f39ba8ecba1db53e637 /python | |
parent | 6f1b27c4e25de689cdbdb64612fd10fd2f299d24 (diff) |
python/feedparser: Remove tabs from README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/feedparser/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/feedparser/README b/python/feedparser/README index 69c6271bd76c0..71f3d8b4dba66 100644 --- a/python/feedparser/README +++ b/python/feedparser/README @@ -3,7 +3,7 @@ feedparser is a Python utility library to parse RSS and Atom feeds. Since update to version 6.0.8, along with sgmllib being dropped from python3 it is now necessary to manually add necessary sgml support by running (as root): - python3 -m pip install sgmllib3k + python3 -m pip install sgmllib3k This will enable 'import feedparser' to work as expected with python3 until a SlackBuild for sgmllib3k is able to be included at SBo. |