Skip to content

Commit

Permalink
Fix monospacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Sep 9, 2023
1 parent c8753d7 commit b6f4370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tivars/types/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ListName(TokenizedString):
@classmethod
def get(cls, data: bytes, **kwargs) -> _T:
"""
Converts `bytes` -> `str` as done by the memory viewer
Converts ``bytes`` -> ``str`` as done by the memory viewer
:param data: The raw bytes to convert
:return: The list name contained in `data`
Expand Down

0 comments on commit b6f4370

Please sign in to comment.