Skip to content

Commit fbd3769

Browse files
committed
update doc
(cherry picked from commit a2df71310dcb664739335ae4b7451e9924f06d01)
1 parent b4b046f commit fbd3769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DocBuilder/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ UI hierarchy.
238238
from poco.drivers.unity3d import UnityPoco as Poco
239239
240240
poco = Poco()
241-
ui = poco.agent.hierarchy.dump()
241+
ui = poco.dump() # equivalent to poco.agent.hierarchy.dump()
242242
print(json.dumps(ui, indent=4))
243243
244244

0 commit comments

Comments
 (0)