summaryrefslogtreecommitdiff
path: root/Lib/xml
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:11:40 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:11:40 +0300
commitdffd84e2ad12d684d6600fdfe33a8083ac25bdc5 (patch)
tree437543ce767afca58e4b4c2ba60f8b83917ffce4 /Lib/xml
parent51a802159b210f0c27a0aabe78dd866a59fd3610 (diff)
downloadcpython-dffd84e2ad12d684d6600fdfe33a8083ac25bdc5.tar.gz
#18741: fix more typos. Patch by F?vry Thibault.
Diffstat (limited to 'Lib/xml')
-rw-r--r--Lib/xml/etree/ElementTree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py
index f1a6c99059..a8e57295c6 100644
--- a/Lib/xml/etree/ElementTree.py
+++ b/Lib/xml/etree/ElementTree.py
@@ -836,7 +836,7 @@ class ElementTree:
@contextlib.contextmanager
def _get_writer(file_or_filename, encoding):
- # returns text write method and release all resourses after using
+ # returns text write method and release all resources after using
try:
write = file_or_filename.write
except AttributeError: