Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nephi-dev/rxml
Browse files Browse the repository at this point in the history
  • Loading branch information
nephi-dev committed Nov 24, 2023
2 parents 285f6cb + 1a57022 commit b68b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rxml.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def read_file(file_path: str, root_tag: str) -> Node: ...
def read_string(xml_string: str, root_tag: str) -> Node: ...
def write_file(
node: Node, file_path: str, indent: int = 4, default_xml_def: bool = True
) -> Node: ...
): ...
def write_string(node: Node, indent: int = 4, default_xml_def: bool = True) -> str: ...

0 comments on commit b68b8e9

Please sign in to comment.