Skip to content

Commit

Permalink
Fix typo (issue #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Aug 29, 2023
1 parent 976d2f2 commit d06d00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/introduction/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stage = Usd.Stage.CreateInMemory()
stage = hou.pwd().editableStage()
## Layers
# Native USD
layer = Usd.Stage.CreateAnonymous()
layer = Sdf.Layer.CreateAnonymous()
# Houdini Python LOP
layer = hou.pwd().editableLayer()
```
Expand Down

0 comments on commit d06d00c

Please sign in to comment.