Skip to content

Commit 1fa44e8

Browse files
Update README.md (#435)
Fix typo
1 parent b33cf5f commit 1fa44e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Try it: ```python python3 minimalscene.py```
116116
- Data access & code cleaning (Bruno)
117117
```python3
118118
c1 = root.addChild("child1")
119-
c2 = root.addChdil("child2")
119+
c2 = root.addChild("child2")
120120
o1 = root.addObject("MechanicalObject", dofs)
121121
p = root.child1.child2.dofs.position ## Slow acces to data
122122
p = root["child1.child2.dofs.position"] ## Ffast access

0 commit comments

Comments
 (0)