Skip to content

Commit

Permalink
Change to preferred encoding style.
Browse files Browse the repository at this point in the history
UTF-8 -> utf-8
  • Loading branch information
aucampia committed Oct 24, 2021
1 parent 2780d8d commit 27923f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Serializer:
def __init__(self, store: "Graph"):
self.store: "Graph" = store
self.encoding: str = "UTF-8"
self.encoding: str = "utf-8"
self.base: Optional[str] = None

def serialize(
Expand Down

0 comments on commit 27923f8

Please sign in to comment.