Skip to content

Commit 06e90ae

Browse files
authored
Merge pull request piccolo-orm#61 from dbanty/patch-1
docs: Fix mistake in docs for select
2 parents 86ce2e4 + 90701c6 commit 06e90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/piccolo/query_types/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To get all rows:
1313
[{'id': 1, 'name': 'Pythonistas', 'manager': 1, 'popularity': 1000},
1414
{'id': 2, 'name': 'Rustaceans', 'manager': 2, 'popularity': 500}]
1515
16-
To get certain rows:
16+
To get certain columns:
1717

1818
.. code-block:: python
1919

0 commit comments

Comments
 (0)