We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8652c99 commit dbcb7d4Copy full SHA for dbcb7d4
1 file changed
pep.rst
@@ -281,9 +281,9 @@ arrays, such as::
281
The example in the that PEP shows how ``TypeVarTuple`` can be used to
282
make sure that both sides of an arithmetic operation having matching
283
shapes. Most multi-dimensional array libraries, however, also support
284
-[#broadcasting]_, which allows the mixing of differently shaped data.
285
-With this PEP, we can define a ``Broadcast[A, B]`` type alias, and
286
-then use it as a return type::
+broadcasting [#broadcasting]_, which allows the mixing of differently
+shaped data. With this PEP, we can define a ``Broadcast[A, B]`` type
+alias, and then use it as a return type::
287
288
class Array[DType, *Shape]:
289
def __add__[*Shape2](
0 commit comments