Skip to content

Commit 396f764

Browse files
Add semicolon, and empty new line before enumeration
This fixes Sphinx enumeration errors
1 parent 397b4a9 commit 396f764

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dpctl/tensor/_type_utils.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,8 @@ def iinfo(dtype):
629629
630630
Returns:
631631
iinfo_object:
632-
An object with the following attributes
632+
An object with the following attributes:
633+
633634
* bits: int
634635
number of bits occupied by the data type
635636
* max: int
@@ -658,7 +659,8 @@ def finfo(dtype):
658659
659660
Returns:
660661
finfo_object:
661-
an object have the following attributes
662+
an object have the following attributes:
663+
662664
* bits: int
663665
number of bits occupied by dtype.
664666
* eps: float

0 commit comments

Comments
 (0)