Skip to content

Commit 638459c

Browse files
committed
docs(CHANGES) Copy corrections
1 parent a471e15 commit 638459c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force
2525

2626
#### chore: Implement PEP 563 deferred annotation resolution (#34)
2727

28-
- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary symbol computations during type checking
28+
- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary runtime computations during type checking.
2929
- Enable Ruff checks for PEP-compliant annotations:
3030
- [non-pep585-annotation (UP006)](https://docs.astral.sh/ruff/rules/non-pep585-annotation/)
3131
- [non-pep604-annotation (UP007)](https://docs.astral.sh/ruff/rules/non-pep604-annotation/)

0 commit comments

Comments
 (0)