Skip to content

Commit 6cab1f6

Browse files
committed
DOCS: Improve comment
1 parent e901357 commit 6cab1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_form_builder/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def execute(self, form, request):
215215
subject = render_to_string(
216216
f"djangocms_form_builder/mails/{template_set}/subject.txt", context
217217
)
218-
# Strip begin and final new lines
218+
# Strip beginning and ending new lines
219219
subject = subject.strip()
220220
except TemplateDoesNotExist:
221221
subject = self.subject % dict(form_name=context["form_name"])

0 commit comments

Comments
 (0)