@@ -115,7 +115,7 @@ def set_array_api_strict_flags(
115
115
116
116
get_array_api_strict_flags: Get the current values of flags.
117
117
reset_array_api_strict_flags: Reset the flags to their default values.
118
- ArrayApiStrictFlags : A context manager to temporarily set the flags.
118
+ ArrayAPIStrictFlags : A context manager to temporarily set the flags.
119
119
120
120
"""
121
121
global API_VERSION , DATA_DEPENDENT_SHAPES , ENABLED_EXTENSIONS
@@ -178,7 +178,7 @@ def get_array_api_strict_flags():
178
178
179
179
set_array_api_strict_flags: Set one or more flags to a given value.
180
180
reset_array_api_strict_flags: Reset the flags to their default values.
181
- ArrayApiStrictFlags : A context manager to temporarily set the flags.
181
+ ArrayAPIStrictFlags : A context manager to temporarily set the flags.
182
182
183
183
"""
184
184
return {
@@ -210,7 +210,7 @@ def reset_array_api_strict_flags():
210
210
211
211
get_array_api_strict_flags: Get the current values of flags.
212
212
set_array_api_strict_flags: Set one or more flags to a given value.
213
- ArrayApiStrictFlags : A context manager to temporarily set the flags.
213
+ ArrayAPIStrictFlags : A context manager to temporarily set the flags.
214
214
215
215
"""
216
216
global API_VERSION , DATA_DEPENDENT_SHAPES , ENABLED_EXTENSIONS
@@ -220,7 +220,7 @@ def reset_array_api_strict_flags():
220
220
ENABLED_EXTENSIONS = default_extensions
221
221
222
222
223
- class ArrayApiStrictFlags :
223
+ class ArrayAPIStrictFlags :
224
224
"""
225
225
A context manager to temporarily set the array-api-strict flags.
226
226
0 commit comments