File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Tuple Objects
6262
6363 Return a new tuple object of size 1,
6464 or ``NULL `` with an exception set on failure. The tuple value
65- is initialized with the new reference to the *one * object.
65+ is initialized with a new reference to the *one * object.
6666 ``PyTuple_MakeSingle(a) `` is equivalent to ``PyTuple_Pack(1, a) ``.
6767
6868 *one * must not be ``NULL ``.
@@ -72,7 +72,7 @@ Tuple Objects
7272
7373 Return a new tuple object of size 2,
7474 or ``NULL `` with an exception set on failure. The tuple values
75- are initialized with the new references to the *one * and *two * objects.
75+ are initialized with new references to the *one * and *two * objects.
7676 ``PyTuple_MakePair(a, b) `` is equivalent to ``PyTuple_Pack(2, a, b) ``.
7777
7878 *one * and *two * must not be ``NULL ``.
You can’t perform that action at this time.
0 commit comments