[yt-svn] commit/yt: ngoldbaum: Typo fix in the docstrings for ds.arr and ds.quan

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Mar 3 08:52:45 PST 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/9321ff69146d/
Changeset:   9321ff69146d
Branch:      yt
User:        ngoldbaum
Date:        2016-03-03 16:12:51+00:00
Summary:     Typo fix in the docstrings for ds.arr and ds.quan
Affected #:  1 file

diff -r f6a19ed992aeaa32bdc36217c115ebaa187d86ba -r 9321ff69146d0129738ece9ffc181212fb2c648f yt/data_objects/static_output.py
--- a/yt/data_objects/static_output.py
+++ b/yt/data_objects/static_output.py
@@ -877,7 +877,7 @@
         """Converts an array into a :class:`yt.units.yt_array.YTArray`
 
         The returned YTArray will be dimensionless by default, but can be
-        cast to arbitray units using the ``input_units`` keyword argument.
+        cast to arbitrary units using the ``input_units`` keyword argument.
 
         Parameters
         ----------
@@ -923,7 +923,7 @@
         """Converts an scalar into a :class:`yt.units.yt_array.YTQuantity`
 
         The returned YTQuantity will be dimensionless by default, but can be
-        cast to arbitray units using the ``input_units`` keyword argument.
+        cast to arbitrary units using the ``input_units`` keyword argument.
 
         Parameters
         ----------

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the yt-svn mailing list