[yt-svn] commit/yt: brittonsmith: Small doc fix.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Aug 2 14:08:07 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/6de449779537/
Changeset:   6de449779537
Branch:      yt-3.0
User:        brittonsmith
Date:        2014-08-02 23:06:45
Summary:     Small doc fix.
Affected #:  1 file

diff -r ef1183617671b95978d736cbbc4402e07683aa1a -r 6de44977953781db9e547889a41b63311a7e4dc4 doc/source/visualizing/volume_rendering.rst
--- a/doc/source/visualizing/volume_rendering.rst
+++ b/doc/source/visualizing/volume_rendering.rst
@@ -60,7 +60,7 @@
    # Set up the camera parameters: center, looking direction, width, resolution
    c = (ds.domain_right_edge + ds.domain_left_edge)/2.0
    L = np.array([1.0, 1.0, 1.0])
-   W = ds.quan(0.3, 'unitary)
+   W = ds.quan(0.3, 'unitary')
    N = 256 
 
    # Create a camera object

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