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 a9e8122 commit 16ac8ebCopy full SHA for 16ac8eb
scripts/update_readme_snippets.py
@@ -71,7 +71,7 @@ def process_snippet_block(match: re.Match, check_mode: bool = False) -> str:
71
indent = match.group(1)
72
file_path = match.group(2)
73
start_line = match.group(3) # May be None
74
- end_line = match.group(4) # May be None
+ end_line = match.group(4) # May be None
75
76
try:
77
# Read and extract the code
0 commit comments