Skip to content

Commit 3e8ea8e

Browse files
authored
Fixed a typo and removed unused import (#2538)
1 parent 1e3f362 commit 3e8ea8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package/MDAnalysis/analysis/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from six.moves import range, zip
3434
import inspect
3535
import logging
36-
import warnings
3736

3837
import numpy as np
3938
from MDAnalysis import coordinates
@@ -226,7 +225,7 @@ def __init__(self, function, trajectory=None, *args, **kwargs):
226225
227226
.. versionchanged:: 1.0.0
228227
Support for directly passing the ``start``, ``stop``, and ``step``
229-
arguments has been removed. These should isntead be passed
228+
arguments has been removed. These should instead be passed
230229
to :meth:`AnalysisFromFunction.run`.
231230
232231
"""

0 commit comments

Comments
 (0)