[sagenb] 51/179: Revert "#12415: Fix some doctests in sagenb"

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:09 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 a576267317a6e9f528a2774ff32c4ba05207c735
Author: Keshav Kini <keshav.kini at gmail.com>
Date:   Tue Feb 19 10:51:59 2013 -0800

    Revert "#12415: Fix some doctests in sagenb"
    
    Jeroen says this is no longer necessary.
    
    This reverts commit 23da3557b5440698802bd8db3f7e1611f6ebfd1c.
---
 sagenb/misc/support.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sagenb/misc/support.py b/sagenb/misc/support.py
index 32de7b4..79cd965 100644
--- a/sagenb/misc/support.py
+++ b/sagenb/misc/support.py
@@ -240,8 +240,6 @@ def docstring(obj_name, globs, system='sage'):
 
         sage: from sagenb.misc.support import docstring
         sage: D = docstring("r.lm", globs=globals())
-        <string>:5: (WARNING/2) Inline emphasis start-string without end-string.
-        <string>:5: (WARNING/2) Inline strong start-string without end-string.
     """
     if system not in ['sage', 'python']:
         obj_name = system + '.' + obj_name

-- 
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