Skip to content

Commit ac104e3

Browse files
committed
Fixed typo
1 parent 791fdad commit ac104e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def get_func_name(src):
672672

673673

674674
def save_readme(problem_sets, filename=os.path.join(PATH, "README.md")):
675-
top = """# The AI-SAT dataset summary
675+
top = """# The Python Reasoning Challenge dataset summary
676676
This document summarizes the dataset stored in .json files.
677677
Each .json file contains a number of related problems with one or more instances each.
678678

0 commit comments

Comments
 (0)