Skip to content

Commit

Permalink
Making PEP8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamorrow committed Oct 23, 2024
1 parent 6892571 commit c2dab24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mda_openbabel_converter/OpenBabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.. warning::
The OpenBabel converter is currently *experimental* and may not work as
expected for all molecules.
expected for all molecules.
Classes
Expand Down Expand Up @@ -67,7 +67,7 @@ class OpenBabelReader(MemoryReader):
Inherits from MemoryReader and converts OpenBabel OBMol Coordinates to a
MDAnalysis Trajectory which is used to build a Universe. This reader
does NOT work in the reverse direction.
does NOT work in the reverse direction.
See :class:`mda_openbabel_converter.OpenBabel.OpenBabelConverter` for
MDAnalysis Universe to OpenBabel OBMol conversion.
Expand Down

0 comments on commit c2dab24

Please sign in to comment.