Skip to content

Commit 96245f0

Browse files
committed
italicise
1 parent d6626a8 commit 96245f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/query/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ by their `session_date` in ascending order.
237237
|-------------------------------------------|---------------------------------------------------------------------------------|
238238
| `order_by="session_date DESC"` | Sort by `session_date` in *descending* order |
239239
| `order_by="KEY"` | Sort by the primary key |
240-
| `order_by="KEY DESC"` | Sort by the primary key in descending order |
240+
| `order_by="KEY DESC"` | Sort by the primary key in *descending* order |
241241
| `order_by=["subject_id", "session_date"]` | Sort by `subject_id`, then sort matching `subject_id`s by their `session_date` |
242242

243243
The default values for `dj.Top` parameters are `limit=1`, `order_by="KEY"`, and `offset=0`.

0 commit comments

Comments
 (0)