docs: improve clarity and fix typos in type narrowing guide#2271
Conversation
|
Just checking in regarding the latest updates to this PR. Thank you! |
|
Since you keep working on this I'll say this: I generally avoid interacting with LLM generated PRs , since they tend to strain maintainer resources. This PR feels very much like it was written by an LLM. I quickly checked the other parts and I don't think they are necessarily an upgrade, so maybe just remove those and only fix the grammar errors? I'm happy to merge those. |
29acea5 to
351fec7
Compare
Thanks for the feedback @davidhalter |
|
Thanks! |
* main: Docs: Fix typo and grammar in type narrowing guide (python#2271) Update ty results for v0.0.35 (python#2282) Add pycroscope to the conformance suite (python#2278) Bump type checkers (python#2279) Update ty results for v0.0.33 (python#2275) conformance: allow consistent treatment of kwargs: Unpack[TD] (python#2272) bump mypy and pyright (python#2274) fix pyright version parsing (python#2273) Allow type checkers to ignore specific error codes (python#2153) Update pyrefly conformance results to v0.62.0 (python#2269) add ty to scripts/bump_type_checkers.py (python#2268)
Description
This PR improves clarity and fixes minor issues in the type narrowing guide.
Changes
Motivation
These changes make the documentation clearer, more consistent, and easier to understand, especially for new readers.
Notes
No functional changes; documentation-only update.