diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:27:56 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 14:41:54 +1300 |
commit | 0f431d2bab33ceef086ff3d51bc027a2e4f3fc4f (patch) | |
tree | ca98b9d58cb7de82651bc4bb58845a089b644a4d /python | |
parent | 3034402278d94cd76b91ab4f422688d251a66f30 (diff) | |
download | slackbuilds-0f431d2bab33ceef086ff3d51bc027a2e4f3fc4f.tar.gz |
python/python2-mimeparse: Fix slack-desc.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-mimeparse/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-mimeparse/slack-desc b/python/python2-mimeparse/slack-desc index 8f4221af42..ac6b4b4f2c 100644 --- a/python/python2-mimeparse/slack-desc +++ b/python/python2-mimeparse/slack-desc @@ -11,7 +11,7 @@ python2-mimeparse: python2-mimeparse: This module provides basic functions for handling mime-types. It can python2-mimeparse: handle matching mime-types against a list of media-ranges. See python2-mimeparse: section 5.3.2 of the HTTP 1.1 Semantics and Content specification -python2-mimeparse: [RFC 7231] for a complete explanation: +python2-mimeparse: [RFC 7231] for a complete explanation: python2-mimeparse: https://tools.ietf.org/html/rfc7231#section-5.3.2 python2-mimeparse: python2-mimeparse: Homepage: https://github.com/dbtsai/python2-mimeparse |