10000 Removed useless option to potodo (#664) · python/python-docs-fr@c8f40a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8f40a6

Browse files
authored
Removed useless option to potodo (#664)
1 parent 005e879 commit c8f40a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $(VENV)/bin/pospell: $(VENV)/bin/activate
7070

7171
.PHONY: todo
7272
todo: $(VENV)/bin/potodo
73-
$(VENV)/bin/potodo --github python/python-docs-fr
73+
$(VENV)/bin/potodo
7474

7575
.PHONY: verifs
7676
verifs: powrap pospell

0 commit comments

Comments
 (0)
0