Opened 12 years ago

Closed 12 years ago

#17233 closed Uncategorized (fixed)

Typo in defaultfilters

Reported by: Alex Alexapolsky Owned by: Alex Alexapolsky
Component: Template system Version: dev
Severity: Normal Keywords: typo
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

File defaultfilters.py contains a typo, lines 771-772

Given a string mapping values for true, false and (optionally) None,
returns one of those strings accoding to the value:

Attachments (1)

typo_accoding.diff (591 bytes ) - added by Alex Alexapolsky 12 years ago.
patch generated from trunk root

Download all attachments as: .zip

Change History (3)

comment:1 by Julien Phalip, 12 years ago

Triage Stage: UnreviewedAccepted

Thank you for the report. Could you please re-generate your patch from the root of the tree, so that it's easier to apply? Thanks!

by Alex Alexapolsky, 12 years ago

Attachment: typo_accoding.diff added

patch generated from trunk root

comment:2 by Adrian Holovaty, 12 years ago

Resolution: fixed
Status: newclosed

In [17218]:

Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolsky

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