Skip to content

Commit

Permalink
Ignore inheritance example in class.md
Browse files Browse the repository at this point in the history
Does not work currently, see PyO3#381
  • Loading branch information
Alexander-N committed Mar 4, 2019
1 parent cfb8ffc commit a50a161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/class.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ By default `PyObject` is used as default base class. To override default base cl
`new` method accepts `PyRawObject` object. `obj` instance must be initialized
with value of custom class struct. Subclass must call parent's `new` method.

```rust
```rust,ignore
# extern crate pyo3;
# use pyo3::prelude::*;
# use pyo3::PyRawObject;
Expand Down

0 comments on commit a50a161

Please sign in to comment.