Skip to content

Commit

Permalink
Tweaked span formatting in WavCuesReader docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Nov 8, 2023
1 parent 8da8e0f commit 45c6e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wavinfo/wave_cues_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def read(cls, data: bytes, fallback_encoding: str):
@dataclass
class WavCuesReader:

#: Every *cue* entry in the file
#: Every ``cue`` entry in the file
cues: List[CueEntry]

#: Every ``labl`` in the file
Expand Down

0 comments on commit 45c6e90

Please sign in to comment.