We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99862f commit 2d2810eCopy full SHA for 2d2810e
docs/source/check_docs_api_coverage.py
@@ -72,7 +72,7 @@
72
print(f"Method {method} not in {rst_file}")
73
except FileNotFoundError:
74
n_missing_files += 1
75
- print("File {rst_file} does not exist")
+ print(f"File {rst_file} does not exist")
76
77
if n_undocumented_methods or n_missing_files:
78
raise ValueError(
0 commit comments