fix: incorrect filepath (#865)

This commit is contained in:
yetone
2024-11-18 02:55:44 +08:00
committed by GitHub
parent 3051bfdf24
commit 0b1cd5509e
4 changed files with 19 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ ONLY EVER RETURN CODE IN A *SEARCH/REPLACE BLOCK*!
Here are the *SEARCH/REPLACE* blocks:
mathweb/flask/app.py
<FILEPATH>mathweb/flask/app.py</FILEPATH>
<SEARCH>
from flask import Flask
</SEARCH>
@@ -68,7 +68,7 @@ def factorial(n):
<REPLACE>
</REPLACE>
mathweb/flask/app.py
<FILEPATH>mathweb/flask/app.py</FILEPATH>
<SEARCH>
return str(factorial(n))
</SEARCH>
@@ -86,7 +86,7 @@ mathweb/flask/app.py
Here are the *SEARCH/REPLACE* blocks:
hello.py
<FILEPATH>hello.py</FILEPATH>
<SEARCH>
</SEARCH>
<REPLACE>
@@ -96,7 +96,7 @@ def hello():
print("hello")
</REPLACE>
main.py
<FILEPATH>main.py</FILEPATH>
<SEARCH>
def hello():
"print a greeting"