Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
cpython
Commits
8b54f5f9024d
Commit
8b54f5f9024d
authored
4 years ago
by
Chavdar Yotov
Browse files
Options
Downloads
Patches
Plain Diff
bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)
parent
478c515f8efd
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Lib/pydoc_data/topics.py
+2
-2
2 additions, 2 deletions
Lib/pydoc_data/topics.py
Misc/NEWS.d/next/Documentation/2020-10-05-20-04-43.bpo-41933.Pff94-.rst
+1
-0
1 addition, 0 deletions
...xt/Documentation/2020-10-05-20-04-43.bpo-41933.Pff94-.rst
with
3 additions
and
2 deletions
Lib/pydoc_data/topics.py
+
2
−
2
View file @
8b54f5f9
...
...
@@ -13956,5 +13956,5 @@
'| "s + t" | the concatenation of *s* and *t* '
'| (6)(7) |\n'
'+----------------------------+----------------------------------+------------+\n'
'| "s * n" or "n * s" | equivalent to
adding *s* to
'
'| "s * n" or "n * s" | equivalent to
*n* copies of the
'
'| (2)(7) |\n'
...
...
@@ -13960,5 +13960,5 @@
'| (2)(7) |\n'
'| |
itself *n* times
'
'| |
*s* sequence
'
'| |\n'
'+----------------------------+----------------------------------+------------+\n'
'| "s[i]" | *i*th item of *s*, origin 0 '
...
...
This diff is collapsed.
Click to expand it.
Misc/NEWS.d/next/Documentation/2020-10-05-20-04-43.bpo-41933.Pff94-.rst
0 → 100644
+
1
−
0
View file @
8b54f5f9
Clarified wording of s * n in the Common Sequence Operations
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment