Bug 1524639: [taskgraph] Refine some docstrings that return unicode to indicate that; r=dustin

Differential Revision: https://phabricator.services.mozilla.com/D18379
This commit is contained in:
Tom Prince
2019-02-04 17:08:51 +00:00
parent 97b7a68440
commit cae22e6a10
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ class Parameters(ReadOnlyDict):
"""
Whether this is a staging release or not.
:return basestring: One of "production" or "staging".
:return six.text_type: One of "production" or "staging".
"""
return release_level(self['project'])