Skip to content

Commit 5ccb586

Browse files
mikemangeraleksihakli
authored andcommitted
Fix a couple of small typos
1 parent 84db553 commit 5ccb586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ This app can render the following form error messages:
334334

335335
1. Field related errors
336336
2. Non-field related errors
337-
3. All form errors - Displays all field and Non-field related errors. If related to a specific field the name is dispayed above the error, if the error is a general form error, displays __all__
337+
3. All form errors - Displays all field and Non-field related errors. If related to a specific field the name is displayed above the error, if the error is a general form error, displays __all__
338338

339339
Field related errors
340340
--------------------

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def test_field_double_rendering_simple_again(self):
340340

341341

342342
class RenderFieldTagUseTemplateVariableTest(TestCase):
343-
def test_use_template_variable_in_parametrs(self):
343+
def test_use_template_variable_in_parameters(self):
344344
res = render_form(
345345
'{% render_field form.with_attrs egg+="pahaz" placeholder=form.with_attrs.label %}'
346346
)

0 commit comments

Comments
 (0)