[yt-svn] commit/yt: ngoldbaum: Clarify formatting of a comment in plot_container.py
    commits-noreply at bitbucket.org 
    commits-noreply at bitbucket.org
       
    Thu Aug 20 11:41:14 PDT 2015
    
    
  
1 new commit in yt:
https://bitbucket.org/yt_analysis/yt/commits/a13764691cbf/
Changeset:   a13764691cbf
Branch:      yt
User:        ngoldbaum
Date:        2015-08-20 18:19:37+00:00
Summary:     Clarify formatting of a comment in plot_container.py
Affected #:  1 file
diff -r 37669d402f187cc7b51d3f6043f2e23dd80eb8be -r a13764691cbffd5903c7d3972a18bfd04c89bc7e yt/visualization/plot_container.py
--- a/yt/visualization/plot_container.py
+++ b/yt/visualization/plot_container.py
@@ -71,8 +71,8 @@
             if not args[0]._data_valid:
                 args[0]._recreate_frb()
         if not args[0]._plot_valid:
-            # it is the responsibility of _setup_plots to call
-            # args[0].run_callbacks()
+            # it is the responsibility of _setup_plots to
+            # call args[0].run_callbacks()
             args[0]._setup_plots()
         rv = f(*args, **kwargs)
         return rv
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