Merge pull request #7768 from terminalmage/docs

Docstring fixes
This commit is contained in:
Joseph Hall 2013-10-11 12:45:17 -07:00
commit 697e280274

View File

@ -43,12 +43,12 @@ def installed(name, # pylint: disable=C0103
For RVM installations: the ruby version and gemset to target.
runas: None
The user to run gem as.
The user under which to run the ``gem`` command
.. deprecated:: 0.17.0
name: None
The user to run gem as
user: None
The user under which to run the ``gem`` command
.. versionadded:: 0.17.0
@ -126,13 +126,14 @@ def removed(name, ruby=None, runas=None, user=None):
ruby: None
For RVM installations: the ruby version and gemset to target.
runas: None
The user to run gem as.
The user under which to run the ``gem`` command
.. deprecated:: 0.17.0
user: None
The user to run gem as
The user under which to run the ``gem`` command
.. versionadded:: 0.17.0
'''