1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-04 08:02:34 +03:00

Fix typos

Resolves #133.
This commit is contained in:
Nick Wellnhofer
2020-03-08 17:19:42 +01:00
parent 2a7b66846e
commit 20c60886e4
95 changed files with 380 additions and 380 deletions

View File

@ -392,7 +392,7 @@ class xmlCore:
last = property(get_last, None, None, "Last sibling node")
next = property(get_next, None, None, "Next sibling node")
prev = property(get_prev, None, None, "Previous sibling node")
properties = property(get_properties, None, None, "List of properies")
properties = property(get_properties, None, None, "List of properties")
content = property(get_content, None, None, "Content of this node")
name = property(get_name, None, None, "Node name")
type = property(get_type, None, None, "Node type")