diff --git a/guide/src/class/protocols.md b/guide/src/class/protocols.md index cc3e11c3689..d8dcda1cd9a 100644 --- a/guide/src/class/protocols.md +++ b/guide/src/class/protocols.md @@ -98,7 +98,7 @@ impl PyCounter { fn __new__(wraps: Py) -> Self { PyCounter { count: 0, wraps } } - + #[args(args="*", kwargs="**")] fn __call__( &mut self, py: Python,