Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes committed Jul 11, 2023
1 parent 1b47f5d commit 9d8260d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ with a {py:class}`mcstructure.Block` in a list.
import numpy as np

np.rot90(struct.structure)
struct.structure
struct.structure = np.transpose(struct.structure)
```


Expand Down

0 comments on commit 9d8260d

Please sign in to comment.