From c950b4c8aa94ad498bf44d523a5277378656061e Mon Sep 17 00:00:00 2001 From: Athan Date: Mon, 9 Jun 2025 00:22:44 -0700 Subject: [PATCH] docs: highlight RFC 2119 keywords in data type functions Ref: https://github.com/data-apis/array-api/issues/397 --- src/array_api_stubs/_draft/data_types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/array_api_stubs/_draft/data_types.py b/src/array_api_stubs/_draft/data_types.py index d15f4a9f7..ef7d5c3ab 100644 --- a/src/array_api_stubs/_draft/data_types.py +++ b/src/array_api_stubs/_draft/data_types.py @@ -11,9 +11,9 @@ def __eq__(self: dtype, other: dtype, /) -> bool: Parameters ---------- self: dtype - data type instance. May be any supported data type. + data type instance. **Should** be any supported data type. other: dtype - other data type instance. May be any supported data type. + other data type instance. **Should** be any supported data type. Returns -------