Skip to content

Commit 06091fc

Browse files
committed
The same name for two functions is unfortunate. Fixed.
- Legacy-Id: 482
1 parent e4deb27 commit 06091fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idtracker/templatetags/ietf_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def rfcspace(string):
140140
return string
141141

142142
@register.filter(name='rfcnospace')
143-
def rfcspace(string):
143+
def rfcnospace(string):
144144
"""
145145
If the string is an RFC designation, and does have
146146
a space between 'RFC' and the rfc-number, remove it.

0 commit comments

Comments
 (0)