Skip to content

Commit 84f60a3

Browse files
committed
small tweak
1 parent ef60d1f commit 84f60a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/future-python-type-checkers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Before examining these new Rust-based tools, it's worth understanding the curren
5555
- Backing from a team combining Python core developers and very experienced Rust tooling developers
5656
- Incremental computation at the function level leveraging the [salsa](https://github.com/salsa-rs/salsa) library used by [rust-analyzer](https://github.com/rust-lang/rust-analyzer/). This could be particularly important on the LSP that `ty` provides to give very quick/responsive feedback loops in code editors.
5757

58-
**Philosophy:** Astral's approach emphasizes reliability and gradual adoption, making it easier for teams to incrementally add type checking to existing codebases without overwhelming developers with false positives.
58+
**Philosophy:** Astral's approach emphasizes reliability and gradual adoption, making it easier for teams to incrementally add type checking to existing codebases without overwhelming developers with potential false positives.
5959

6060
### `pyrefly` from Meta
6161

0 commit comments

Comments
 (0)