mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
🔧 fixed matrixMultiplication in makeReadme.py
This commit is contained in:
@@ -22,6 +22,8 @@ for item in wList:
|
||||
prob = prob.replace(", ", "</td><td>")
|
||||
prob = prob.replace("]]\n", "</td></tr></table>")
|
||||
prob = prob.replace("]\n", "</td></tr>")
|
||||
prob = prob.replace(" ", "")
|
||||
prob = prob.replace("\n", "")
|
||||
|
||||
instName = lines[line]
|
||||
func_name = instName[:instName.find('=')].strip() # NOTE: renamed 'def_name' to 'func_name' because it suits it more
|
||||
|
||||
Reference in New Issue
Block a user