Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brogolem35 authored Sep 21, 2024
1 parent df07100 commit d1885f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/rust-from-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ PyO3 can create three types of Python objects:

- Python modules, via the `#[pymodule]` macro
- Python functions, via the `#[pyfunction]` macro
- Python classes, via the `#[pyclass]` macro (plus `#[pymethods]` to define methods for those clases)
- Python classes, via the `#[pyclass]` macro (plus `#[pymethods]` to define methods for those classes)

The following subchapters go through each of these in turn.

0 comments on commit d1885f7

Please sign in to comment.