Ignore:
Timestamp:
3 Jul 2015, 10:24:13 (9 years ago)
Author:
Henrik Bettermann
Message:

Extend interfaces (for future documentation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/utils/helpers.py

    r12634 r13135  
    811811    """Transforms a localized HTML text string into a dictionary.
    812812
    813     Different languages must be separated by `>>xy<<` whereas
     813    Different languages must be separated by ``>>xy<<`` whereas
    814814    xy is the language code. Text parts without correct leading
    815815    language separator - usually the first part has no language
    816816    descriptor - are interpreted as texts in the portal's language.
    817     The latter can be configured in waeup.srp.utils.utils.IkobaUtils.
    818817    """
    819818    try:
     
    838837    """Transforms a localized REST text string into a dictionary.
    839838
    840     Different languages must be separated by `>>xy<<` whereas
     839    Different languages must be separated by ``>>xy<<`` whereas
    841840    xy is the language code. Text parts without correct leading
    842841    language separator - usually the first part has no language
    843842    descriptor - are interpreted as texts in the portal's language.
    844     The latter can be configured in waeup.srp.utils.utils.IkobaUtils.
    845843    """
    846844    try:
Note: See TracChangeset for help on using the changeset viewer.