aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/misc/xmlWriter.py
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-03-19 11:00:02 -0700
committerHaibo Huang <hhb@google.com>2019-03-26 05:15:59 +0000
commita2a985d8342c1e502031a5232f1ce51fee03f608 (patch)
treefd26782cbbf4c73650f8c5b42ebcb2b2e2b2be10 /Lib/fontTools/misc/xmlWriter.py
parent1a848cf10963c4e16d364d749a911c41760a3525 (diff)
downloadfonttools-a2a985d8342c1e502031a5232f1ce51fee03f608.tar.gz
Release log: https://github.com/fonttools/fonttools/releases/tag/3.39.0 Test: None Change-Id: I1f44c46f9b97e91ad013d294a1b806b2e5980057
Diffstat (limited to 'Lib/fontTools/misc/xmlWriter.py')
-rw-r--r--Lib/fontTools/misc/xmlWriter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/misc/xmlWriter.py b/Lib/fontTools/misc/xmlWriter.py
index d625d3ae..ef51a79a 100644
--- a/Lib/fontTools/misc/xmlWriter.py
+++ b/Lib/fontTools/misc/xmlWriter.py
@@ -30,7 +30,7 @@ class XMLWriter(object):
# Figure out if writer expects bytes or unicodes
try:
# The bytes check should be first. See:
- # https://github.com/behdad/fonttools/pull/233
+ # https://github.com/fonttools/fonttools/pull/233
self.file.write(b'')
self.totype = tobytes
except TypeError: