Skip to content

Commit

Permalink
Issue1834 Resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh19077 committed May 13, 2022
1 parent 5e5dcea commit a799118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def serialize(
self,
destination: Optional[Union[str, IO]] = None,
encoding: str = "utf-8",
format: str = "xml",
format: str = "ttl",
**args,
) -> Optional[bytes]:
"""
Expand Down

0 comments on commit a799118

Please sign in to comment.