Skip to content

Commit

Permalink
Fix broken hyperlink to types.md (#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikushoney authored Mar 30, 2024
1 parent 0e093a5 commit 4d033c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ assert_eq!((x, y, z), (1, 2, 3));
# Python::with_gil(example).unwrap()
```

To avoid copying data, [`#[pyclass]`][pyclass] types can directly reference Rust data stored within the Python objects without needing to `.extract()`. See the [corresponding documentation in the class section of the guide](./class.
md#bound-and-interior-mutability) for more detail.
To avoid copying data, [`#[pyclass]`][pyclass] types can directly reference Rust data stored within the Python objects without needing to `.extract()`. See the [corresponding documentation in the class section of the guide](./class.md#bound-and-interior-mutability)
for more detail.

## The GIL Refs API

Expand Down

0 comments on commit 4d033c4

Please sign in to comment.