diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-27 14:26:42 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-27 14:26:42 +0700 |
commit | 570092950587e2f36cb3415c2f2d00e1c9519312 (patch) | |
tree | bdf905ae92936f0360ac9a01a3d3f53cd7699a63 | |
parent | b26e76eef949cf2b0eca770d39f13df7d0ebb727 (diff) | |
download | blog-570092950587e2f36cb3415c2f2d00e1c9519312.tar.gz |
Fix PyYAML status due to case
-rw-r--r-- | content/projects/ipwhl/status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/projects/ipwhl/status.html b/content/projects/ipwhl/status.html index 60cca84..1d19de9 100644 --- a/content/projects/ipwhl/status.html +++ b/content/projects/ipwhl/status.html @@ -23,7 +23,7 @@ and uses emphasized text: <h1>Top 100 downloaded packages</h1> -As of 26th of August, 2021, IPWHL has packaged 207 packages, 39 of which are in +As of 26th of August, 2021, IPWHL has packaged 207 packages, 40 of which are in the 100 most downloaded packages (according to <a href="https://hugovk.github.io/top-pypi-packages/">hugovk's report</a>). @@ -39,7 +39,7 @@ the 100 most downloaded packages (according to <li>certifi</li> <li>idna</li> <li class="red-text"><em>s3transfer</em></li> - <li class="red-text"><em>pyyaml</em></li> + <li>PyYAML</li> <li>pip</li> <li>rsa</li> <li class="red-text"><em>wheel</em></li> |