Skip to content

Commit 72d13a9

Browse files
committed
fix minor
1 parent 6a1660e commit 72d13a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/advanced/advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from gmx_top4py.topology.utils import get_is_selected_moleculetype_f
88
# %% [markdown]
99
# # 1. Reading a topology file
10-
# Internally, the `Topology.from_path` class method uses the `read_top` function to parse the topology file into a dictionary, and then creates an instance of the `Topology` object from that dictionary.
10+
# Internally, the `Topology.from_path` class method uses the `read_top` function to parse the topology file into a dictionary, and then creates an instance of the `Topology` object from that dictionary. <br>
1111
# So the following two approaches are equivalent:
1212
# %% [markdown]
1313
# a) Create the topology object directly

0 commit comments

Comments
 (0)