Skip to content

Commit

Permalink
removed unecessary emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst authored Feb 22, 2021
1 parent 36671d8 commit afe5bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/MDAnalysis/coordinates/chemfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
is handling the I/O transparently in the background.
`chemfiles`_ can also *write* a number of formats for which there are no Writers in
MDAnalysis. For example, to *write a mol2 file*::
MDAnalysis. For example, to write a mol2 file::
>>> u = mda.Universe(data.mol2_ligand)
>>> with mda.Writer("ligand.mol2", format="CHEMFILES") as W:
Expand Down

0 comments on commit afe5bd4

Please sign in to comment.