[sagenb] 28/157: Fix some minor typos

felix salfelder felix-guest at moszumanska.debian.org
Mon Dec 22 16:51:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit 6e0c98c8da56d031f21c7566f9e50ab3a580d43b
Author: Punarbasu Purkayastha <ppurka at gmail.com>
Date:   Sat May 31 13:27:59 2014 +0800

    Fix some minor typos
---
 sagenb/notebook/cell.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sagenb/notebook/cell.py b/sagenb/notebook/cell.py
index a16da18..600539d 100644
--- a/sagenb/notebook/cell.py
+++ b/sagenb/notebook/cell.py
@@ -2370,14 +2370,14 @@ class Cell(Cell_generic):
                     jmol_file.close()
                     
                     # The ".jmol" script has defaultdirectory pointing
-                    # to a zip file [see Graphics3d.show()].  But it is 
+                    # to a zip file [see Graphics3d.show()]. But it is 
                     # relative to the worksheet URL as seen in the browser.
                     # But that doesn't make sense for live help.
                     #
-                    # So we need to preppend the worksheet URL, in order
-                    # to the zip be accessed correctly.
+                    # So we need to prepend the worksheet URL, in order
+                    # for the zip to be accessed correctly.
                     #
-                    # There is no Worsheet.url_to_self(), so calculate it
+                    # There is no Worksheet.url_to_self(), so calculate it
                     # in similar manner to Cell.url_to_self()
                     url_to_ws = '/home/%s/' % self.worksheet_filename()
                     jmol_script = jmol_script.replace('defaultdirectory "', 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list