Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 7, 2024
1 parent 8936f7a commit 75db18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxml/serializer.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ cdef _write_attr_string(tree.xmlOutputBuffer* buf, const char *string):
# output to file-like objects

cdef object io_open
from io import open
from io import open as io_open

cdef object gzip
import gzip
Expand Down

0 comments on commit 75db18e

Please sign in to comment.