Skip to content

Commit af32219

Browse files
committed
fix ipython block
1 parent 55248e7 commit af32219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/guessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Forcibly re-guessing
7070

7171
MDAnalysis will preferentially read topology attributes from file instead of re-guessing them, even if the attribute is passed into ``to_guess``. For example, below, the ``types`` attributes reflects the actual atom types in the file.
7272

73-
.. ipython::
73+
.. ipython:: python
7474
7575
u = mda.Universe(PRM12, to_guess=["types", "masses"])
7676
u.atoms.types

0 commit comments

Comments
 (0)