Spelling Corrections.

This commit is contained in:
vinodkiran
2023-10-26 11:11:10 +05:30
parent 0517d458d3
commit cd6538c5f2
8 changed files with 10 additions and 10 deletions
@@ -131,7 +131,7 @@ json.dumps(my_dict)`
const code = `import pandas as pd\n${pythonCode}`
finalResult = await pyodide.runPythonAsync(code)
} catch (error) {
throw new Error(`Sorry, I'm unable to find answer for question: "${input}" using follwoing code: "${pythonCode}"`)
throw new Error(`Sorry, I'm unable to find answer for question: "${input}" using following code: "${pythonCode}"`)
}
}