Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Apr 2, 2019
1 parent a164314 commit ca750df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/cmd-package-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ $ dephell package downloads textdistance
+ `total.day` -- total downloads yesterday.
+ `total.week` -- total downloads for previous 7 days.
+ `total.month` -- total downloads from yesterday to the same day in the previous month.
+ `pythons.#.chart` and `system.#.chart` -- downloads bar chart for last 28 days grouped by 7 days.
+ `pythons.#.day` and `system.#.day` -- total downloads yesterday.
+ `pythons.#.week` and `system.#.week` -- total downloads for previous 7 days.
+ `pythons.#.month` and `system.#.month` -- total downloads for previous 30 days.
+ `pythons.#.chart` and `systems.#.chart` -- downloads bar chart for last 28 days grouped by 7 days.
+ `pythons.#.day` and `systems.#.day` -- total downloads yesterday.
+ `pythons.#.week` and `systems.#.week` -- total downloads for previous 7 days.
+ `pythons.#.month` and `systems.#.month` -- total downloads for previous 30 days.

## Filtering

Expand Down
2 changes: 1 addition & 1 deletion docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Filters separated by `.` or `-` and can be one of the following type:

Functions:

+ `each()` or `#` -- convert list of dicts to dict of lists or otherwise. For example, `[{a: 1, b: 2}, {a: 3, b: 4}]` will be converted into `{a: [1, 3], b: [2, 4]}`.
+ `each()` or `#` -- convert list of dicts to dict of lists and vice versa. For example, `[{a: 1, b: 2}, {a: 3, b: 4}]` will be converted into `{a: [1, 3], b: [2, 4]}`.
+ `first()` or `0` -- get first element from list.
+ `last()` or `latest()` -- get last element from list.
+ `len()`, `length()` or `size()` -- get count of elements in a list.
Expand Down

0 comments on commit ca750df

Please sign in to comment.