Skip to content

Commit b028deb

Browse files
committed
More formatting fixes
1 parent cc94c38 commit b028deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/API_specification/data_type_functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Machine limits for floating-point data types.
1515

1616
#### Parameters
1717

18-
- **type**: _Union\[ <dtype&gt, <array> ]_
18+
- **type**: _Union\[ <dtype>, <array> ]_
1919

2020
- the kind of floating-point data-type about which to get information.
2121

2222
#### Returns
2323

24-
- **out**: _<ffinfo>_
24+
- **out**: _<finfo>_
2525

2626
- an object having the following attributes:
2727

@@ -41,7 +41,7 @@ Machine limits for integer data types.
4141

4242
#### Parameters
4343

44-
- **type**: _Union\[ <dtype&gt, <array> ]_
44+
- **type**: _Union\[ <dtype>, <array> ]_
4545

4646
- the kind of integer data-type about which to get information.
4747

0 commit comments

Comments
 (0)