[yt-svn] commit/yt: ChrisMalone: fixed a few typos

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Aug 4 17:43:21 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/9e50338a7e37/
Changeset:   9e50338a7e37
Branch:      yt
User:        ChrisMalone
Date:        2014-08-05 02:31:29
Summary:     fixed a few typos
Affected #:  1 file

diff -r 8bd9f04376b66c27f635f71285090b4a4a04d7a3 -r 9e50338a7e3706e73a8406b41bb7379d06a7e96e doc/source/yt3differences.rst
--- a/doc/source/yt3differences.rst
+++ b/doc/source/yt3differences.rst
@@ -62,7 +62,7 @@
   units.  The full field name will be will be ``(code_name, field_name)``. See
   :ref:`fields`.
 * Particle fields on-disk will also be in code units, and will be named
-  ``(particle_type, FieldName)``.  If there is only one particle type in the
+  ``(particle_type, field_name)``.  If there is only one particle type in the
   output file, all particles will use ``io`` as the particle type. See 
   :ref:`fields`.
 * The objects we used to refer to as "parameter files" we now refer to as a
@@ -160,7 +160,7 @@
 It's now possible to import all yt functionality using ``import yt``. Rather
 than using ``from yt.mods import *``, we suggest using ``import yt`` in new
 scripts.  Most commonly used yt functionality is attached to the ``yt`` module.
-Load a dataset with ``yt.load()``, create a phase plot using ``yt.PhasePlot,
+Load a dataset with ``yt.load()``, create a phase plot using ``yt.PhasePlot``,
 and much more, see :ref:`the api docs api-reference` to learn more about what's
 in the ``yt`` namespace, or just use tab completion in IPython: ``yt.<tab>``.
 
@@ -224,7 +224,7 @@
 The hierarchy object (``pf.h``) is now referred to as an index (``ds.index``).
 It is no longer necessary to directly refer to the ``index`` as often, since
 data objects are now attached to the to the ``dataset`` object.  Before, you
-would say ``ph.f.sphere()``, now you can say ``ds.sphere()``.
+would say ``pf.h.sphere()``, now you can say ``ds.sphere()``.
 
 New derived quantities interface
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -278,7 +278,7 @@
 Nearly all internal objects have been renamed.  Typically this means either
 removing ``AMR`` from the prefix or replacing it with ``YT``.  All names of
 objects remain the same for the purposes of selecting data and creating them;
-i.e., ``sphere`` objects are still called ``sphere`` - you can access create one
+i.e., ``sphere`` objects are still called ``sphere`` - you can access or create one
 via ``ds.sphere``.  For a detailed description and index see 
 :ref:`available-objects`.

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