Replace use of deprecated argument name in git.detached docstring

This commit is contained in:
Erik Johnson 2018-06-03 00:19:11 -05:00
parent a2b588299b
commit 1d082b4389
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -2056,7 +2056,7 @@ def detached(name,
.. versionadded:: 2016.3.0
Make sure a repository is cloned to the given target directory and is
a detached HEAD checkout of the commit ID resolved from ``ref``.
a detached HEAD checkout of the commit ID resolved from ``rev``.
name
Address of the remote repository.