We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6e75 commit e799384Copy full SHA for e799384
spec/assumptions.md
@@ -69,6 +69,6 @@ interactive user experience. However, in case existing libraries differ in
69
behavior, the more strict version of that behavior is typically preferred. A
70
good example is array inputs to functions - while NumPy accepts lists, tuples,
71
generators, and anything else that could be turned into an array, most other
72
-libraries only accept their own array types. This standard follows that choice.
+libraries only accept their own array types. This standard follows the latter choice.
73
It is likely always possible to put a thin "interactive use convenience layer"
74
on top of a more strict behavior.
0 commit comments