Fix: The paragraph in programming.po fail with a proper :: with: (#149)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

programming.rst:1885:<translated>:3:Literal block expected; none found. Reviewed-on: #149 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: Julien Palard <julien@palard.fr> Co-committed-by: Julien Palard <julien@palard.fr>
This commit is contained in:
Julien Palard 2023-05-31 09:55:00 +00:00 committed by jeanas
commit 3ebf8e4a31

View file

@ -177,13 +177,13 @@ check-headers:
@echo Checking po headers...
@sh .scripts/check-headers.sh $(SRCS)
.PHONY: check-colons
check-colons:
@echo Checking colons...
@python .scripts/check-colon.py --check $(SRCS)
# .PHONY: check-colons
# check-colons:
# @echo Checking colons...
# @python .scripts/check-colon.py --check $(SRCS)
.PHONY: verifs
verifs: spell line-length check-headers check-colons sphinx-lint
verifs: spell line-length check-headers sphinx-lint
.PHONY: clean
clean: