We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd56a1f commit 0d4bcebCopy full SHA for 0d4bceb
1 file changed
ietf/api/management/commands/makeresources.py
@@ -14,7 +14,7 @@
14
from tastypie.resources import ModelResource
15
16
17
-resource_head_template = """# Autogenerated by the mkresources management command {{date}}
+resource_head_template = """# Autogenerated by the makeresources management command {{date}}
18
19
from tastypie.fields import ToOneField, ToManyField # pyflakes:ignore
20
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
0 commit comments