Skip to content

Commit 64e3f2c

Browse files
committed
Fix spelling
1 parent 77ad387 commit 64e3f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ class U:
847847
>>> dj.U().aggr(expr, n='count(*)')
848848
849849
The following expressions both yield one element containing the number `n` of distinct values of attribute `attr` in
850-
query expressio `expr`.
850+
query expression `expr`.
851851
852852
>>> dj.U().aggr(expr, n='count(distinct attr)')
853853
>>> dj.U().aggr(dj.U('attr').aggr(expr), 'n=count(*)')

0 commit comments

Comments
 (0)