Fix spelling

Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
Mikhail Kalinin 2021-09-22 23:56:10 +06:00 committed by GitHub
parent 24bacafeee
commit 38a4fd907e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ has been built since the corresponding call to `prepare_payload` method.
```python ```python
def get_payload(self: ExecutionEngine, payload_id: uint64) -> ExecutionPayload: def get_payload(self: ExecutionEngine, payload_id: uint64) -> ExecutionPayload:
""" """
Returns ``execution_payload`` object. Return ``execution_payload`` object.
""" """
... ...
``` ```