Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
orbeckst and lilyminium authored Nov 3, 2021
1 parent cdb98dd commit b884324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/MDAnalysis/core/universe.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def empty(cls, n_atoms, n_residues=1, n_segments=1,
trajectory: bool, optional
if ``True``, attaches a
:class:`MDAnalysis.coordinates.memory.MemoryReader` allowing
coordinates to be set and written. Default is ``False``
coordinates to be set and written.
velocities: bool, optional
include velocities in the
:class:`MDAnalysis.coordinates.memory.MemoryReader`
Expand Down Expand Up @@ -1374,7 +1374,7 @@ def from_smiles(cls, smiles, sanitize=True, addHs=True,
hydrogens with the `addHs` parameter
numConfs : int (optional, default 1)
Number of frames to generate coordinates for. Ignored if
`generate_coordinates` is ``False``
``generate_coordinates=False``
rdkit_kwargs : dict (optional)
Other arguments passed to the RDKit :func:`EmbedMultipleConfs`
function
Expand Down

0 comments on commit b884324

Please sign in to comment.