Add missing FILEPATH tag in planning.avanterules (#934)

This commit is contained in:
Zhéyuán Chén 2024-12-11 01:02:24 -08:00 committed by GitHub
parent 4464b7f4ae
commit a3447bd497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ import math
from flask import Flask from flask import Flask
</REPLACE> </REPLACE>
mathweb/flask/app.py <FILEPATH>mathweb/flask/app.py</FILEPATH>
<SEARCH> <SEARCH>
def factorial(n): def factorial(n):
"compute factorial" "compute factorial"