fix wolframalpha parsing

This commit is contained in:
Ryan Hitchman 2010-03-13 00:04:59 -07:00
parent 627b83039c
commit 892f858643
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def wolframalpha(inp):
pod_texts = []
for pod in pods:
heading = pod.find('h1/span')
heading = pod.find('h2')
if heading is not None:
heading = heading.text_content().strip()
if heading.startswith('Input'):