Skip to content

Commit

Permalink
Merge pull request #206 from WycliffeAssociates/fix-doc-test
Browse files Browse the repository at this point in the history
Fix doc test
  • Loading branch information
linearcombination authored Jun 18, 2024
2 parents 06c75d5 + ac5f97b commit 2c8b0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/document/domain/resource_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def shared_resource_types(
>>> from document.domain import resource_lookup
>>> list(resource_lookup.shared_resource_types("en", ["2co"]))
[('ulb-wa', 'Unlocked Literal Bible (ULB)'), ('tn-wa', 'ULB Translation Notes'), ('tq-wa', 'ULB Translation Questions'), ('tw-wa', 'ULB Translation Words'), ('bc-wa', 'Bible Commentary')]
[('ulb-wa', 'Unlocked Literal Bible (ULB)'), ('tn-wa', 'ULB Translation Notes'), ('tn-condensed', 'ULB Condensed Translation Notes'), ('tq-wa', 'ULB Translation Questions'), ('tw-wa', 'ULB Translation Words'), ('bc-wa', 'Bible Commentary')]
>>> list(resource_lookup.shared_resource_types("zh", ["2co"]))
[('cuv', '新标点和合本 (cuv)'), ('tn', 'Translation Notes (tn)'), ('tq', 'Translation Questions (tq)'), ('tw', 'Translation Words (tw)')]
>>> list(resource_lookup.shared_resource_types("pt-br", ["gen"]))
Expand Down

0 comments on commit 2c8b0e3

Please sign in to comment.