Skip to content

Commit 0e213f3

Browse files
authored
Update tutorial.rst
1 parent cfe3e68 commit 0e213f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ You can access the openings diameters using the ``diameters`` attribute of the O
258258

259259
.. code-block:: python
260260
261-
>>> print(cage.cavity.openings.areas)
261+
>>> print(cage.cavity.openings.diameters)
262262
{'OAA': 7.444737563025417, 'OAB': 7.228675599024421, 'OAC': 7.260311091959885, 'OAD': 7.547498740076157}
263263
264264
You can also save the openings structure using the `Openings.save <api.html#AtomPacker.Openings.save>`_ method.

0 commit comments

Comments
 (0)