-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[py] Fixed Incorrect Tabbing in DocStrings #15096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[py] Fixed Incorrect Tabbing in DocStrings #15096
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@shbenzer, in a PR I saw you mentioned that a package needs to add to format.sh. Did you do it? |
No packages need to be added to the script. The script was failing, and I fixed it by reinstalling the packages it uses |
User description
Description
This PR tweaks the tabbing in new docstrings to improve overall appearance
Motivation and Context
Readability
Types of changes
Checklist
PR Type
Documentation
Description
Fixed inconsistent tabbing in docstring parameters across multiple files.
Improved readability and formatting of docstring sections.
Enhanced consistency in parameter descriptions and spacing.
Changes walkthrough 📝
action_builder.py
Fixed tabbing in `add_pointer_input` docstring
py/selenium/webdriver/common/actions/action_builder.py
add_pointer_input
docstring.webdriver.py
Corrected tabbing in multiple method docstrings
py/selenium/webdriver/remote/webdriver.py
webelement.py
Adjusted tabbing in `_execute` docstring
py/selenium/webdriver/remote/webelement.py
_execute
method docstring.wait.py
Fixed tabbing in constructor and method docstrings
py/selenium/webdriver/support/wait.py