Skip to content

Commit

Permalink
chore: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Dec 31, 2024
1 parent beea088 commit ac02c9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sphinxnotes/any/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ class Category(object):
:single index: letter -> normal entry
:dual index: letter -> entry with sub-entries -> sub-entry
Classif can be used to generating all of 3 kinds of IndexEntry:
Category can be used to generating all of 3 kinds of IndexEntry:
:normal entry: Classif(main=X)
:entry with sub-entries: Classif(main=X, sub=Y, extra=None)
:sub-entry: Classif(main=X, sub=Y, extra=Z)
:normal entry: Category(main=X)
:entry with sub-entries: Category(main=X, sub=Y, extra=None)
:sub-entry: Category(main=X, sub=Y, extra=Z)
.. hint::
Expand Down

0 comments on commit ac02c9e

Please sign in to comment.