@@ -115,7 +115,7 @@ def set_array_api_strict_flags(
115115
116116 get_array_api_strict_flags: Get the current values of flags.
117117 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.
119119
120120 """
121121 global API_VERSION , DATA_DEPENDENT_SHAPES , ENABLED_EXTENSIONS
@@ -178,7 +178,7 @@ def get_array_api_strict_flags():
178178
179179 set_array_api_strict_flags: Set one or more flags to a given value.
180180 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.
182182
183183 """
184184 return {
@@ -210,7 +210,7 @@ def reset_array_api_strict_flags():
210210
211211 get_array_api_strict_flags: Get the current values of flags.
212212 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.
214214
215215 """
216216 global API_VERSION , DATA_DEPENDENT_SHAPES , ENABLED_EXTENSIONS
@@ -220,7 +220,7 @@ def reset_array_api_strict_flags():
220220 ENABLED_EXTENSIONS = default_extensions
221221
222222
223- class ArrayApiStrictFlags :
223+ class ArrayAPIStrictFlags :
224224 """
225225 A context manager to temporarily set the array-api-strict flags.
226226
0 commit comments