Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9b5a0efc
Commit
9b5a0efc
authored
May 16, 2019
by
Xtreak
Committed by
Terry Jan Reedy
May 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in documentation (#13344)
parent
4f820723
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/faq/programming.rst
Doc/faq/programming.rst
+1
-1
Doc/library/pickle.rst
Doc/library/pickle.rst
+1
-1
No files found.
Doc/faq/programming.rst
View file @
9b5a0efc
...
...
@@ -792,7 +792,7 @@ Its documentation looks like this::
invoked using the three argument form.
The slash at the end of the parameter list means that all three parameters are
positional-only. Thus, calling :func:`pow` with keyword aguments would lead to
positional-only. Thus, calling :func:`pow` with keyword a
r
guments would lead to
an error::
>>> pow(x=3, y=4)
...
...
Doc/library/pickle.rst
View file @
9b5a0efc
...
...
@@ -642,7 +642,7 @@ or both.
by other classes as long as they implement :meth:`__setitem__`.
* Optionally, a callable with a ``(obj, state)`` signature. This
callable allows the user to programatically control the state-updating
callable allows the user to program
m
atically control the state-updating
behavior of a specific object, instead of using ``obj``'s static
:meth:`__setstate__` method. If not ``None``, this callable will have
priority over ``obj``'s :meth:`__setstate__`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment