Skip to content

Commit dbcb7d4

Browse files
committed
PEP tweak
1 parent 8652c99 commit dbcb7d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pep.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ arrays, such as::
281281
The example in the that PEP shows how ``TypeVarTuple`` can be used to
282282
make sure that both sides of an arithmetic operation having matching
283283
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::
284+
broadcasting [#broadcasting]_, which allows the mixing of differently
285+
shaped data. With this PEP, we can define a ``Broadcast[A, B]`` type
286+
alias, and then use it as a return type::
287287

288288
class Array[DType, *Shape]:
289289
def __add__[*Shape2](

0 commit comments

Comments
 (0)