We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ad387 commit 64e3f2cCopy full SHA for 64e3f2c
datajoint/expression.py
@@ -847,7 +847,7 @@ class U:
847
>>> dj.U().aggr(expr, n='count(*)')
848
849
The following expressions both yield one element containing the number `n` of distinct values of attribute `attr` in
850
- query expressio `expr`.
+ query expression `expr`.
851
852
>>> dj.U().aggr(expr, n='count(distinct attr)')
853
>>> dj.U().aggr(dj.U('attr').aggr(expr), 'n=count(*)')
0 commit comments