Skip to content

Commit 5284e8b

Browse files
authored
Fix formatting in doc (#658)
* Fix formatting * Change a.k.a to e.g.
1 parent d19b52f commit 5284e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/querying_history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ records for all ``Choice`` instances can be queried by using the manager on the
4444
[<HistoricalChoice: Choice object as of 2010-10-25 18:05:12.183340>, <HistoricalChoice: Choice object as of 2010-10-25 18:04:59.047351>]
4545
4646
Because the history is model, you can also filter it like regularly QuerySets,
47-
a.k. Choice.history.filter(choice_text='Not Much') will work!
47+
e.g. ``Choice.history.filter(choice_text='Not Much')`` will work!
4848

4949
Getting previous and next historical record
5050
-------------------------------------------

0 commit comments

Comments
 (0)