Skip to content

Commit dca998c

Browse files
authored
Merge pull request #687 from huangqg/fix_typos
Fix typos: infomration -> information
2 parents 4d4ce21 + 6431af2 commit dca998c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devel/stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Download Statistics
22

3-
Pypi stores download information in a [BigQuery public dataset](https://bigquery.cloud.google.com/dataset/the-psf:pypi). It can be queried to get detail infomration about downloads. For example, to get number of downloads per version, you can run this query:
3+
Pypi stores download information in a [BigQuery public dataset](https://bigquery.cloud.google.com/dataset/the-psf:pypi). It can be queried to get detailed information about downloads. For example, to get the number of downloads per version, you can run this query:
44

55
```sql
66
SELECT

0 commit comments

Comments
 (0)