diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2ee444a5095..d2d5a25e81f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -2121,7 +2121,7 @@ parallel as well as downloading each file in a number of chunks. | |||
| 2121 | 2121 | ||
| 2122 | asciicast demo of parfive parfive works by creating a downloader object, | 2122 | asciicast demo of parfive parfive works by creating a downloader object, |
| 2123 | appending files to it and then running the download. parfive has a synchronous | 2123 | appending files to it and then running the download. parfive has a synchronous |
| 2124 | API, but uses asyncio to paralellise downloading the files.") | 2124 | API, but uses asyncio to parallelise downloading the files.") |
| 2125 | (license license:expat))) | 2125 | (license license:expat))) |
| 2126 | 2126 | ||
| 2127 | (define-public python-html2text | 2127 | (define-public python-html2text |
| @@ -8562,7 +8562,7 @@ interpreter written in pure Python.") | |||
| 8562 | (home-page "https://github.com/web-push-libs/encrypted-content-encoding") | 8562 | (home-page "https://github.com/web-push-libs/encrypted-content-encoding") |
| 8563 | (synopsis "Encrypted Content Encoding for HTTP") | 8563 | (synopsis "Encrypted Content Encoding for HTTP") |
| 8564 | (description | 8564 | (description |
| 8565 | "This package provices a simple implementation of Encrypted Content | 8565 | "This package provides a simple implementation of Encrypted Content |
| 8566 | Encoding for HTTP.") | 8566 | Encoding for HTTP.") |
| 8567 | (license license:expat))) | 8567 | (license license:expat))) |
| 8568 | 8568 | ||
