PR feedback: remove unnecessary newline
This commit is contained in:
parent
5bb02a9d09
commit
c2112f0bfc
|
@ -334,7 +334,6 @@ Instantiate a container with the full set of deserialized data, matching each me
|
|||
| ``rawbytes`` has enough left for length | ``len(rawbytes) > current_index + LENGTH_BYTES`` |
|
||||
| list is not greater than serialized bytes | ``len(rawbytes) > current_index + LENGTH_BYTES + total_length`` |
|
||||
|
||||
|
||||
To deserialize:
|
||||
|
||||
1. Get the list of the container's fields.
|
||||
|
|
Loading…
Reference in New Issue