Skip to content

Commit

Permalink
trac #17615: Broken doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Jan 26, 2015
1 parent 21dbfd8 commit e4f3206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/sagedoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ def search_doc(string, extra1='', extra2='', extra3='', extra4='',
sage: len(search_doc('tree', interact=False).splitlines()) > 4000 # long time
True
sage: len(search_doc('tree', whole_word=True, interact=False).splitlines()) < 1000 # long time
sage: len(search_doc('tree', whole_word=True, interact=False).splitlines()) < 2000 # long time
True
"""
return _search_src_or_doc('doc', string, extra1=extra1, extra2=extra2,
Expand Down

0 comments on commit e4f3206

Please sign in to comment.