Skip to content

Commit fc2fa0c

Browse files
authored
Update data-types.md
1 parent 103c9f2 commit fc2fa0c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

‎docs/user-guide/data-types.md‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ The tables below summarize the currently verified Fortran-to-Python type mapping
9292
| derived type | generated class name | instance of that generated class | arrays of derived types are unsupported |
9393
| dummy procedure | `Callable[[...], T]` | Python callable with the exact argument/result contract | not applicable |
9494

95-
The checked [First Wrapped Function](../getting-started/first-wrapped-function.md)
96-
uses the same explicit-dtype rule for the smaller `scale.f90` example.
97-
9895
## Source Kind Names
9996

10097
Source spellings such as default `integer`, `integer(8)`,

0 commit comments

Comments
 (0)