Skip to content

Commit b6c6ab7

Browse files
author
Erik Olofsen
committed
add cdata
1 parent 6fa2667 commit b6c6ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ e = create_root(xdoc, name) # create a root element and set it as root
260260
e = new_child(parent, name) # create a new element and add it as a child
261261
# equiv. to new_element + add_child
262262

263-
add_text(e, text) # add text content to an element
263+
add_text(e, text) # add cdata content to an element
264264
# equiv. to new_textnode + add_child
265265

266266
add_cdata(xdoc, e, text) # add text content to an element

0 commit comments

Comments
 (0)