Skip to content

Commit 805e23d

Browse files
committedJun 10, 2017
Fixing documentation.
1 parent 44c0202 commit 805e23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/plugin_categories.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def get_other_language_variants(self, classification, lang, classifications_per_
819819
"""Return a list of variants of the same classification in other languages.
820820
821821
Given a `classification` in a language `lang`, return a list of pairs
822-
`(other_classification, other_lang)` with `lang != other_lang` such that
822+
`(other_lang, other_classification)` with `lang != other_lang` such that
823823
`classification` should be linked to `other_classification`.
824824
825825
Classifications where links to other language versions makes no sense

0 commit comments

Comments
 (0)
Please sign in to comment.