Skip to content

Commit

Permalink
fix: docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Eberhard <[email protected]>
  • Loading branch information
domire8 and eeberhard authored Oct 4, 2024
1 parent b88c6bf commit 8acdbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modulo_utils/modulo_utils/encoded_state_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def close(self):

def read_encoded_state_recording(filepath: str):
"""
Decode the binary data of a file created by a BinaryRecorder and return its content.
Decode the binary data of a file created by an EncodedStateRecorder and return its content.
:param filepath: The full path of the recorded file
"""
Expand Down

0 comments on commit 8acdbfc

Please sign in to comment.