Skip to content

Commit 994e476

Browse files
Update docs-parts/queries/11-Universal-Sets_lang1.rst
Co-Authored-By: austin-hilberg <[email protected]>
1 parent 99281bd commit 994e476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-parts/queries/11-Universal-Sets_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
dj.U('home_city', 'home_state').aggr(university.Student, 'count(*)->n')
1313
1414
% Total number of students from each state
15-
U('home_state').aggr(university.Student, 'count(*)->n')
15+
aggr(U('home_state'), university.Student, 'count(*)->n')
1616
1717
% Total number of students in the database
1818
aggr(U(), university.Student, 'count(*)->n')

0 commit comments

Comments
 (0)