File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -792,7 +792,7 @@ Its documentation looks like this::
792
792
invoked using the three argument form.
793
793
794
794
The slash at the end of the parameter list means that all three parameters are
795
- positional-only. Thus, calling :func: `pow ` with keyword aguments would lead to
795
+ positional-only. Thus, calling :func: `pow ` with keyword arguments would lead to
796
796
an error::
797
797
798
798
>>> pow(x=3, y=4)
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ or both.
642
642
by other classes as long as they implement :meth: `__setitem__ `.
643
643
644
644
* Optionally, a callable with a ``(obj, state) `` signature. This
645
- callable allows the user to programatically control the state-updating
645
+ callable allows the user to programmatically control the state-updating
646
646
behavior of a specific object, instead of using ``obj ``'s static
647
647
:meth: `__setstate__ ` method. If not ``None ``, this callable will have
648
648
priority over ``obj ``'s :meth: `__setstate__ `.
You can’t perform that action at this time.
0 commit comments