Skip to content

Commit 612b99e

Browse files
committed
Address review comment, replace ">=2 years" by "from March 2025"
1 parent 500b1a0 commit 612b99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/array_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def __dlpack__(
355355
356356
if max_version is None:
357357
# Keep and use the DLPack 0.X implementation
358-
# Note: in >= 2 years from now (but ideally as late as
358+
# Note: from March 2025 onwards (but ideally as late as
359359
# possible), it's okay to raise BufferError here
360360
else:
361361
# We get to produce `DLManagedTensorVersioned` now

0 commit comments

Comments
 (0)