Skip to content

Commit 8acca34

Browse files
committed
Fixed readme typo πŸ™‡πŸΌβ€β™‚οΈ
1 parent 13be5f7 commit 8acca34

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

β€Ž.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ max_line_length = 119
1515

1616
[*.html]
1717
indent_style = tab
18+
indent_size = 2
1819

1920
[*.md]
2021
max_line_length = 119
22+
indent_size = 4
23+
indent_style = space

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ I wanted to keep:
2727
([DeclarativeFieldsMetaclass](https://github.com/django/django/blob/master/django/forms/forms.py#L22) is beautiful)
2828
- [Validators](https://docs.djangoproject.com/en/3.1/ref/validators/)
2929
- [ValidationError](https://docs.djangoproject.com/en/3.1/ref/exceptions/#validationerror)
30-
- [Form fields](https://docs.djangoproject.com/en/3.1/ref/forms/fields/) (In the and, I had to "replace" some of them)
30+
- [Form fields](https://docs.djangoproject.com/en/3.1/ref/forms/fields/) (In the end, I had to "replace" some of them)
3131

3232
So I decided to create simple Python package to cover all my expectations.
3333

0 commit comments

Comments
Β (0)