docs: remove self in SurplusReverserProtocol conforming signature

This commit is contained in:
Mark Joshwel 2023-09-11 10:51:09 +08:00 committed by GitHub
parent e15d4524db
commit d850faba4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```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**