Skip to content

Commit a6ab146

Browse files
committed
typo fixes
1 parent 02609b3 commit a6ab146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/analysis/active.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Active
22
======
33

4-
.. needpie:: Days since last release_daysdata-v
4+
.. needpie:: Days since last release
55
:labels: <100, 100-199, 200-399, 400-799, >=800
66

77
int(release_days) < 100

docs/analysis/famous.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Famous
22
======
33

44
.. needpie:: Monthly downloads
5-
:labels: >50000,5000-49999, 1000-4999-,100-999,<100
5+
:labels: >50000,5000-49999, 1000-4999,100-999,<100
66

77
(int(monthly) if monthly.isdigit() else 0) >= 50000
88
(int(monthly) if monthly.isdigit() else 0) < 50000 and (int(monthly) if monthly.isdigit() else 0) >= 5000

0 commit comments

Comments
 (0)