Opened 17 years ago

Closed 17 years ago

#5674 closed (fixed)

overplus '"' is exist in django/utils/translation/trans_null.py

Reported by: a2c <ski.whitespace@…> Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords: typo
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

typo in comment

--- django/utils/translation/__init__.py	(revision 6447)
+++ django/utils/translation/__init__.py	(working copy)
@@ -106,7 +106,7 @@
     return real_deactivate_all()
 
 def string_concat(*strings):
-    """"
+    """
     Lazy variant of string concatenation, needed for translations that are
     constructed from multiple parts.
     """

Attachments (1)

fixtypo_patch.diff (453 bytes ) - added by a2c <ski.whitespace@…> 17 years ago.
fix overplux '"'

Download all attachments as: .zip

Change History (2)

by a2c <ski.whitespace@…>, 17 years ago

Attachment: fixtypo_patch.diff added

fix overplux '"'

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [6448]) Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespace@….

Note: See TracTickets for help on using tickets.
Back to Top