aboutsummaryrefslogtreecommitdiff
path: root/describe.py
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2012-11-05 08:57:06 -0500
committerJoe Gregorio <jcgregorio@google.com>2012-11-05 08:57:06 -0500
commitd67010d98769c7f0b7792ce26b8ca7527dd3561c (patch)
treecddbae4c517fa22cfba8973cccf0e91361c0b4d7 /describe.py
parent7578da5dc1ea87d1992fda18898270eb8253a2c6 (diff)
downloadgoogle-api-python-client-d67010d98769c7f0b7792ce26b8ca7527dd3561c.tar.gz
Refresh docs
Diffstat (limited to 'describe.py')
-rw-r--r--describe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/describe.py b/describe.py
index 87dcd0c83..b2bcc6d64 100644
--- a/describe.py
+++ b/describe.py
@@ -301,7 +301,7 @@ def document_collection_recursive(resource, path, root_discovery, discovery):
html = document_collection(resource, path, root_discovery, discovery)
f = open(os.path.join(BASE, path + 'html'), 'w')
- f.write(html)
+ f.write(html.encode('utf-8'))
f.close()
for name in dir(resource):