Ticket #5674: fixtypo_patch.diff

File fixtypo_patch.diff, 453 bytes (added by a2c <ski.whitespace@…>, 17 years ago)

fix overplux '"'

  • django/utils/translation/__init__.py

     
    106106    return real_deactivate_all()
    107107
    108108def string_concat(*strings):
    109     """"
     109    """
    110110    Lazy variant of string concatenation, needed for translations that are
    111111    constructed from multiple parts.
    112112    """
Back to Top