Fix docstring for get_variable to indent collections correctly.
Change: 151681007
This commit is contained in:
parent
3db6b68b2f
commit
6e5f92ffc7
@ -1129,7 +1129,7 @@ get_variable.__doc__ = get_variable_or_local_docstring % (
|
||||
"Gets an existing variable with these parameters or create a new one.",
|
||||
"",
|
||||
"trainable: If `True` also add the variable to the graph collection\n"
|
||||
" `GraphKeys.TRAINABLE_VARIABLES` (see `tf.Variable`).\n",
|
||||
" `GraphKeys.TRAINABLE_VARIABLES` (see `tf.Variable`).\n ",
|
||||
"GraphKeys.GLOBAL_VARIABLES")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user