Ignore:
Timestamp:
19 Jun 2015, 15:36:21 (9 years ago)
Author:
Henrik Bettermann
Message:

More adjustments for a proper documentation.

File:
1 edited

Legend:

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

    r12974 r13077  
    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.