We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33cf5f commit 1fa44e8Copy full SHA for 1fa44e8
1 file changed
README.md
@@ -116,7 +116,7 @@ Try it: ```python python3 minimalscene.py```
116
- Data access & code cleaning (Bruno)
117
```python3
118
c1 = root.addChild("child1")
119
-c2 = root.addChdil("child2")
+c2 = root.addChild("child2")
120
o1 = root.addObject("MechanicalObject", dofs)
121
p = root.child1.child2.dofs.position ## Slow acces to data
122
p = root["child1.child2.dofs.position"] ## Ffast access
0 commit comments