Skip to content

Commit b7a3ea9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5984285 commit b7a3ea9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tagspecs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ required = false
175175

176176
## Migration from v0.4.0
177177

178-
The v0.6.0 format introduces a hierarchical structure that better represents how Django organizes template tags into libraries.
178+
The v0.6.0 format introduces a hierarchical structure that better represents how Django organizes template tags into libraries.
179179

180180
The migration to the new version will follow the [breaking changes policy](./index.md#breaking-changes), with this deprecation timeline:
181181

@@ -332,4 +332,3 @@ choices = ["on", "off"]
332332
| `"assignment"` | `"assignment"` | No change |
333333
| `"varargs"` | `"any"` | Use count or omit for variable-length |
334334
| `{ choice = [...] }` | `"choice"` | Choices moved to `extra.choices` |
335-

0 commit comments

Comments
 (0)