aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/services')
-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')