We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e13249 commit a7fc95dCopy full SHA for a7fc95d
1 file changed
spec/draft/tutorial_api.md
@@ -66,8 +66,8 @@ We need to rename `newshape` parameter to `shape`, add a `copy` parameter, and e
66
new positional/keyword calling format.
67
68
After researching how users call our `reshape`, we decided to do the following: make `a` positional
69
-only without an extra deprecation message apart from changelog entry, make `shape`
70
-positional or keyword parameter, and make `newshape` and `copy` keyword only:
+only without an extra deprecation message apart from a changelog entry, make `shape`
+a positional or keyword parameter, and make `newshape` and `copy` keyword only:
71
72
```py
73
def reshape(a, /, shape=None, *, newshape=None, copy=None):
0 commit comments