Skip to content

Commit 7c8a5c1

Browse files
committed
fix comment
1 parent 9e5f538 commit 7c8a5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netfoundry/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def camel(self, snake_str):
436436

437437

438438
NET_RESOURCES = dict() # resources in network domain
439-
ZITI_NET_RESOURCES = dict() # network resources that can be updated
439+
ZITI_NET_RESOURCES = dict() # network resources that are backed 1:1 by a zitiId
440440
MUTABLE_NET_RESOURCES = dict() # network resources that can be updated
441441
MUTABLE_RESOURCE_ABBREV = dict() # unique abbreviations for ^
442442
EMBED_NET_RESOURCES = dict() # network resources that may be fetched as embedded collections

0 commit comments

Comments
 (0)