commit | 0a0be14a1f676b05a188416b1a107702237175cc | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Fri Oct 14 14:53:29 2016 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Fri Oct 14 14:53:29 2016 -0700 |
tree | 6767d6c4abe036497a31cf0a4067d3d6f865bae6 | |
parent | 2c253a5c329f9444ac248b9b33dc4297ab1ffb09 [diff] [blame] |
Fix some issues with copy_docstrings
diff --git a/google/auth/_helpers.py b/google/auth/_helpers.py index 92c6c83..5a6c3a8 100644 --- a/google/auth/_helpers.py +++ b/google/auth/_helpers.py
@@ -35,7 +35,7 @@ """Decorator implementation. Args: - method: The method to copy the docstring to. + method (Callable): The method to copy the docstring to. Returns: Callable: the same method passed in with an updated docstring.