[yt-svn] commit/yt: MatthewTurk: Fixing typo in .ray docs.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Oct 22 13:01:55 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/8404378da7d8/
Changeset:   8404378da7d8
Branch:      yt
User:        MatthewTurk
Date:        2013-10-22 22:01:39
Summary:     Fixing typo in .ray docs.
Affected #:  1 file

diff -r 9c6caa6a1fa8f2eb73e37dd65f4ee5637e51cd79 -r 8404378da7d883049e627ac2d40b073571975694 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -642,7 +642,7 @@
     --------
 
     >>> pf = load("RedshiftOutput0005")
-    >>> ray = pf.h._ray((0.2, 0.74, 0.11), (0.4, 0.91, 0.31))
+    >>> ray = pf.h.ray((0.2, 0.74, 0.11), (0.4, 0.91, 0.31))
     >>> print ray["Density"], ray["t"], ray["dts"]
     """
     _type_name = "ray"

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