Skip to content

Commit 42f2189

Browse files
committed
Update AGENTS.md instructions
1 parent 0e2af09 commit 42f2189

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cuda_core/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Reviews should point out where existing public APIs are broken.
164164

165165
from cuda.core._vendored.deprecated.sphinx import versionadded
166166

167-
@versionadded("1.2.0")
167+
@versionadded(version="1.2.0")
168168
def new_feature(...):
169169
"""Short description.
170170
"""
@@ -188,7 +188,7 @@ vendored `cuda.core._vendored.deprecated.sphinx` module:
188188

189189
from cuda.core._vendored.deprecated.sphinx import versionchanged
190190

191-
@versionchanged("1.2.0", reason="The old version was broken because...")
191+
@versionchanged(version="1.2.0", reason="The old version was broken because...")
192192
def new_feature(...):
193193
"""Short description.
194194
"""

0 commit comments

Comments
 (0)