Skip to content

Commit 6233948

Browse files
committed
RuntimeConfig: ok, just shrink the names to make the linter happy
1 parent 7fd18e6 commit 6233948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimeconfig/google/cloud/runtimeconfig/_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def variable_name_from_full_name(full_name):
4949
:type full_name: string
5050
:param full_name: the full resource name of a variable. The full resource
5151
name looks like
52-
``projects/project-name/configs/config-name/variables/variable-name``
52+
``projects/prj-name/configs/cfg-name/variables/var-name``
5353
and is returned as the ``name`` field of a variable
5454
resource. See:
5555
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables

0 commit comments

Comments
 (0)