Skip to content

Commit 4d3825a

Browse files
fix typo and improve grammar in analyzing-pypi-package-downloads (pypa#1237)
Co-authored-by: Brian Rutledge <[email protected]>
1 parent fd9c6f1 commit 4d3825a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/analyzing-pypi-package-downloads.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Useful queries
9494

9595
Run queries in the `BigQuery web UI`_ by clicking the "Compose query" button.
9696

97-
Note that the rows are stored in a partitioned, which helps
97+
Note that the rows are stored in a partitioned table, which helps
9898
limit the cost of queries. These example queries analyze downloads from
9999
recent history by filtering on the ``timestamp`` column.
100100

@@ -121,7 +121,7 @@ The following query counts the total number of downloads for the project
121121
| 26190085 |
122122
+---------------+
123123

124-
To only count downloads from pip, filter on the ``details.installer.name``
124+
To count downloads from pip only, filter on the ``details.installer.name``
125125
column.
126126

127127
::

0 commit comments

Comments
 (0)