Fix Python doc line ranges for BiDi network examples (#2639 follow-up)#2699
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
PR Summary by QodoFix Python BiDi Network docs snippet line ranges and correct Fail request badge
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
|
Code review by qodo was updated up to the latest commit a0802e8 |
(#2639 follow-up)
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Description
The final commit in #2639 missed the documentation line-range updates, so the Python snippets on the live Network page are misaligned with the merged test file (for example, the Fail request snippet starts below its decorator and bleeds into the next test).
This corrects the gh-codeblock ranges in all four language pages (en, ja, pt-br, zh-cn).
It also updates the Fail request badge from 4.32 to 4.46, since request.fail() is a 4.46 API.
Motivation and Context
The live docs currently render misaligned Python snippets; follow-up to #2639.
Types of changes
Checklist