Skip to content

Commit 3bbc4c0

Browse files
committed
minor fix
1 parent 11fa690 commit 3bbc4c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lean_dojo/data_extraction/trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def is_new_version(v: str) -> bool:
9494

9595

9696
def check_files(packages_path: Path, no_deps: bool) -> None:
97-
"""Check if all *.lean files have been processed to produce *.ast.json and *.dep_paths files."""
97+
"""Check if all :file:`*.lean` files have been processed to produce :file:`*.ast.json` and :file:`*.dep_paths` files."""
9898
cwd = Path.cwd()
9999
packages_path = cwd / packages_path
100100
jsons = {

0 commit comments

Comments
 (0)