Skip to content

Commit 55248e7

Browse files
authored
Apply suggestions from code review
fix whitespace to make pre-hook check happy
1 parent 699421e commit 55248e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/formats/guessers/default.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Aromaticities
5959

6060
These are guessed using the :ref:`RDKit <RDKit-format>` converter by using the ``GetIsAromatic`` method.
6161

62-
.. note::
62+
.. note::
6363
RDKit needs to have been installed for aromaticity guessing to be available.
6464
RDKit is always installed when MDAnalysis was installed with conda-forge packages
6565
but this may not be the case when using other installation paths.

doc/source/guessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Order of guessing
135135

136136
The order of the attributes guessed can matter in some cases. For example, bond guessing with the :class:`~MDAnalysis.guesser.default_guesser.DefaultGuesser` relies on looking up the vdW radii of the atoms involved by their atom ``type``. That means that for file formats where the atom ``type`` is not a valid element, the atom ``type`` must be forcefully re-guessed for bond-guessing to work.
137137

138-
.. note::
138+
.. note::
139139

140140
The behaviour of looking up radii by *type* will likely change to looking up by *element* in version 3.0.
141141

0 commit comments

Comments
 (0)