Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
25501: adding missing optional tags
Browse files Browse the repository at this point in the history
  • Loading branch information
seblabbe committed Dec 31, 2018
1 parent 76ad1cb commit f083393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/symbolic/integration/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ def parse_moutput_from_json(page_data, verbose=False):
TESTS::
sage: page_data = request_wolfram_alpha('Integrate(Sin[z], y)')
sage: parse_moutput_from_json(page_data)
sage: page_data = request_wolfram_alpha('Integrate(Sin[z], y)') # optional internet
sage: parse_moutput_from_json(page_data) # optional internet
Traceback (most recent call last):
...
ValueError: asking wolframalpha.com was not successful
Expand Down

0 comments on commit f083393

Please sign in to comment.