Skip to content

Commit

Permalink
fix integer/ string function names in docs for python
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Nov 3, 2024
1 parent f0d6cd4 commit 136b02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/api/inspection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The H3 JavaScript binding supports only the string representation of an H3 index
<TabItem value="python">

```py
h3.string_to_h3(h)
h3.str_to_int(h)
```

</TabItem>
Expand Down Expand Up @@ -258,7 +258,7 @@ The H3 JavaScript binding supports only the string representation of an H3 index
<TabItem value="python">

```py
h3.h3_to_string(h)
h3.int_to_str(h)
```

</TabItem>
Expand Down

0 comments on commit 136b02b

Please sign in to comment.