Skip to content

Commit

Permalink
fixed description of the main parser class
Browse files Browse the repository at this point in the history
  • Loading branch information
avishaycohen committed Mar 18, 2023
1 parent e0b0a4b commit f469b63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/mpd_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

class Parser:
"""
Parser class, holds factories to work with manifest files.
can parse:
1. from string - using the from_string method
2. from file - TBA
3. from url - TBA
Parser class, holds factories to work with manifest files.
can parse manifests in the following formats:
1. from string
2. from file
3. from url
"""

@classmethod
Expand Down

0 comments on commit f469b63

Please sign in to comment.