Skip to content

Commit 9a96876

Browse files
authored
Apply suggestion from @Kludex
1 parent d90dd11 commit 9a96876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_readme_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def main():
144144
parser.add_argument(
145145
"--check", action="store_true", help="Check mode - verify snippets are up to date without modifying"
146146
)
147-
# TODO(v2): Drop the `--readme` argument when v2 is released, and set to `README.md`.
147+
# TODO(v2): Drop the `--readme` argument when v2 is released, and set to `README.md`.
148148
parser.add_argument("--readme", default="README.v2.md", help="Path to README file (default: README.v2.md)")
149149

150150
args = parser.parse_args()

0 commit comments

Comments
 (0)