Browse Source

Correct examples in comment

The correct field name is attr not atts
main
Samuel Hym 11 years ago
committed by Lakshmi Vyasarajan
parent
commit
8fb22827e1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      hyde/ext/plugins/meta.py

+ 2
- 2
hyde/ext/plugins/meta.py View File

@@ -276,7 +276,7 @@ class TaggerPlugin(Plugin):
#yaml #yaml
sorter: sorter:
kind: kind:
atts: source.kind
attr: source.kind
tagger: tagger:
sorter: kind # How to sort the resources in a tag sorter: kind # How to sort the resources in a tag
archives: archives:
@@ -704,7 +704,7 @@ class GrouperPlugin(Plugin):
#yaml #yaml
sorter: sorter:
kind: kind:
atts: source.kind
attr: source.kind
grouper: grouper:
hyde: hyde:
# Categorizes the nodes and resources # Categorizes the nodes and resources


Loading…
Cancel
Save