Skip to content

Commit 632900f

Browse files
committed
Remove duplicate sentence
1 parent c32a452 commit 632900f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

array_api_strict/_flags.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ def set_array_api_strict_flags(
6262
``{default_version!r}``.
6363
6464
- `data_dependent_shapes`: Whether data-dependent shapes are enabled in
65-
array-api-strict. This flag is enabled by default. Array libraries that
66-
use computation graphs may not be able to support functions whose output
67-
shapes depend on the input data.
65+
array-api-strict.
6866
69-
This flag is enabled by default. Array libraries that use computation graphs may not be able to support
70-
functions whose output shapes depend on the input data.
67+
This flag is enabled by default. Array libraries that use computation
68+
graphs may not be able to support functions whose output shapes depend
69+
on the input data.
7170
7271
The functions that make use of data-dependent shapes, and are therefore
7372
disabled by setting this flag to False are

0 commit comments

Comments
 (0)