docs: remove self in SurplusReverserProtocol conforming signature
This commit is contained in:
parent
e15d4524db
commit
d850faba4c
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ class for documentation and static type checking of surplus reverser functions
|
||||||
functions that conform to this protocol should have the following signature:
|
functions that conform to this protocol should have the following signature:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def example(self, latlong: Latlong, level: int = 18) -> dict[str, Any]: ...
|
def example(latlong: Latlong, level: int = 18) -> dict[str, Any]: ...
|
||||||
```
|
```
|
||||||
|
|
||||||
- **information on conforming functions**
|
- **information on conforming functions**
|
||||||
|
|
Loading…
Add table
Reference in a new issue