Skip to content

Commit 0d4bceb

Browse files
committed
Fixed a typo in maketestresources.py
- Legacy-Id: 9314
1 parent dd56a1f commit 0d4bceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/api/management/commands/makeresources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from tastypie.resources import ModelResource
1515

1616

17-
resource_head_template = """# Autogenerated by the mkresources management command {{date}}
17+
resource_head_template = """# Autogenerated by the makeresources management command {{date}}
1818
from tastypie.resources import ModelResource
1919
from tastypie.fields import ToOneField, ToManyField # pyflakes:ignore
2020
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore

0 commit comments

Comments
 (0)