Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-106318: Add examples to str method entries#105670
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
adorilson wants to merge45 commits intopython:mainChoose a base branch fromadorilson:str_methods_2
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
+338 −66
Open
Changes from1 commit
Commits
Show all changes
45 commits Select commitHold shift + click to select a range
5508700
[Doc] Added snippet code to str.join method
adorilsone388d45
[Doc] Added snippet code to str.ljust method
adorilsond8407ba
[Doc] Added snippet code to str.rjust method
adorilson08b88ef
[Doc] Added 'See also' in str.lstrip and str.rstrip methods from one …
adorilson52e3a6b
[Doc] Added snippet code to str.maketrans method
adorilsondee059c
[Doc] Added snippet code to str.translate method
adorilson1671497
[Doc] Added snippet code to str.partition method
adorilsonc832623
[Doc] Added snippet code to str.replace method
adorilson0be8170
[Doc] Added snippet code to str.rfind method
adorilsonff65bd2
[Doc] Added snippet code to str.rindex method
adorilson322c88c
[Doc] Added snippet code to str.rpartition method
adorilson3a473df
[DOC] minor change
adorilsonb653693
[Doc] Added snippet code to str.rsplit method
adorilson1b412cb
[Doc] Added snippet code to str.startswith method
adorilsonfb56441
[Doc] Added snippet code to str.swapcase method
adorilson04a5212
[Doc] Added snippet code to str.upper method
adorilson8771775
[DOC] Added snipped code in str.capitalize
adorilsonf2e224c
[DOC] Add snippet code in str.casefold and str.lower methods
adorilson1d39f92
[DOC] Added snippet code in str.center method
adorilsonb3a70b6
[DOC] Added snippet code in str.count method
adorilson37477f8
[DOC] fix typo
adorilsonf9a7293
[DOC] Added snippet code in str.encode method
adorilson2e54cb0
[DOC] Added snippet code to str.endswith method
adorilson96d9bf6
[DOC] Added snippet code with \n to str.expandtabs method
adorilsond1dc7e0
[DOC] Added snippet code to str.index method
adorilson8661d8e
[DOC] Added snippet code to str.isalnum method
adorilson9e1f289
[DOC] Added snippet code in str.isalpha method
adorilson9e361d8
[DOC] Added snippet code in str.isascii method
adorilson09a463a
[DOC] Added snippet code to str.isdecimal method
adorilson641de5c
[Doc] Added snippet code to str.isdigit method
adorilsoneae1564
[Doc] Added snippet code to str.islower method
adorilson58331b8
[Doc] Added snippet code to str.isnumeric method
adorilsond7ce39c
[Doc] Added snippet code to str.isprintable method
adorilsonb86cefd
[Doc] Added snippet code to str.isspace method
adorilson3df630c
[Doc] Adde snippet code to str.istitle method
adorilsonae42fea
Minor changes (formatting and typo)
adorilson4676daa
[Doc] Making lint happy
adorilson7642f31
Merge branch 'main' into str_methods_2
adorilsonde11c93
Update Doc/library/stdtypes.rst
adorilson1695b93
[DOC] Added some 'see also' to str methods
adorilsonad6b56b
[DOC] Moved 'For example' to the end of the previous paragraph
adorilsone4e1405
[DOC] Putting a space after # in comments on str methods
adorilson2dfa3f2
[DOC] Fixed inconsistent literal block quoting
adorilson27cc327
fix other comments
hauntsaninja13c01d7
Merge branch 'main' into str_methods_2
adorilsonFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
[DOC] Add snippet code in str.casefold and str.lower methods
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitf2e224c8b782cef39fac13c70359c2ecebb716b5
There are no files selected for viewing
20 changes: 10 additions & 10 deletionsDoc/library/stdtypes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.