aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/base.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-01 23:51:51 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-01 23:51:51 +0100
commitd3dd1cdd3470ab79b32288236bef8eb245346ae1 (patch)
treee33b8a7a1fdcfe1627141734a6b4f9f1f50b9c1a /pygithub3/services/base.py
parentUpdate Readme and metadata (diff)
downloadpython-github3-d3dd1cdd3470ab79b32288236bef8eb245346ae1.tar.xz
python-github3-d3dd1cdd3470ab79b32288236bef8eb245346ae1.zip
Fix setup.py install
Diffstat (limited to 'pygithub3/services/base.py')
-rw-r--r--pygithub3/services/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/base.py b/pygithub3/services/base.py
index 8602150..9f7279a 100644
--- a/pygithub3/services/base.py
+++ b/pygithub3/services/base.py
@@ -160,7 +160,7 @@ class MimeTypeMixin(object):
self.__set_mimetype('html')
def set_full(self):
- """ Resource will have ``body`` ``body_text`` and ``body_html``
+ """ Resource will have ``body``, ``body_text`` and ``body_html``
attributes """
self.__set_mimetype('full')