Skip to content

Commit b999333

Browse files
committed
docs: update markup
1 parent a59bb6b commit b999333

File tree

1 file changed

+2
-2
lines changed
  • src/array_api_stubs/_draft

1 file changed

+2
-2
lines changed

src/array_api_stubs/_draft/fft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def fftfreq(
594594
Required the output array have the default real-valued floating-point data type.
595595
596596
.. versionchanged:: 2024.12
597-
Added dtype keyword argument support.
597+
Added ``dtype`` keyword argument support.
598598
"""
599599

600600

@@ -643,7 +643,7 @@ def rfftfreq(
643643
Required the output array have the default real-valued floating-point data type.
644644
645645
.. versionchanged:: 2024.12
646-
Added dtype keyword argument support.
646+
Added ``dtype`` keyword argument support.
647647
"""
648648

649649

0 commit comments

Comments
 (0)