Skip to content

Commit 69bcd88

Browse files
mikemangeraleksihakli
authored andcommitted
Run pre-commit-hooks to fix white space issues
1 parent a6b2143 commit 69bcd88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Unreleased
6363

6464
* Feature remove attribute from field
6565
* Added documentation for remove_attr feature
66-
* Reformat code with black for PEP8 compatibility
66+
* Reformat code with black for PEP8 compatibility
6767
* More consistent tox configuration
6868
* adding a new templatetag, unittest and documentation
6969
* Deprecate Python 2.7 support

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include *.txt
22
include *.rst
3-
include LICENSE
3+
include LICENSE

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ To render field related errors in your form:
344344
Example:
345345

346346
.. code-block:: html+django
347-
347+
348348
{% load widget_tweaks %}
349349
{% for error in field.errors %}
350350
<span class="text-danger">{{ error }}</span>
@@ -353,7 +353,7 @@ Example:
353353
Example usage:
354354

355355
.. code-block:: html+django
356-
356+
357357
{% for field in form.visible_fields %}
358358
{{ field }}
359359
<label for="{{ field.id_for_label }}">{{ field.label }}</label>

0 commit comments

Comments
 (0)