Skip to content

Commit

Permalink
adapter.xml_deserialization: Update docstring of _element_pretty_iden…
Browse files Browse the repository at this point in the history
…tifier
  • Loading branch information
s-heppner committed Oct 10, 2023
1 parent 9024c33 commit aa0024a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basyx/aas/adapter/xml/xml_deserialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _element_pretty_identifier(element: etree.Element) -> str:
If the prefix is known, the namespace in the element tag is replaced by the prefix.
If additionally also the sourceline is known, is is added as a suffix to name.
For example, instead of "{http://admin-shell.io/aas/3/0}assetAdministrationShell" this function would return
For example, instead of "{https://admin-shell.io/aas/3/0}assetAdministrationShell" this function would return
"aas:assetAdministrationShell on line $line", if both, prefix and sourceline, are known.
:param element: The xml element.
Expand Down

0 comments on commit aa0024a

Please sign in to comment.