8000 potodo: Work offline (it only know to query github for the moment) · python/python-docs-fr@d7149ee · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7149ee

Browse files
committed
potodo: Work offline (it only know to query github for the moment)
1 parent 26ccd93 commit d7149ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ htmlview: all
124124

125125
.PHONY: todo
126126
todo: ensure_prerequisites
127-
potodo --exclude venv .venv $(EXCLUDED)
127+
potodo --offline --exclude venv .venv $(EXCLUDED)
128128

129129
.PHONY: wrap
130130
wrap: ensure_prerequisites

reference/compound_stmts.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
9-
"PO-Revision-Date: 2022-12-04 14:57+0100\n"
9+
"PO-Revision-Date: 2023-02-15 11:51+0100\n"
1010
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"

0 commit comments

Comments
 (0)
0