From fb15c42d5ec62fea9bc97738728527c974b317c5 Mon Sep 17 00:00:00 2001 From: Yann Salmon Date: Tue, 22 Feb 2022 20:49:13 +0100 Subject: [PATCH] typographie incorrecte des chaines longues en python --- latex/yslistings.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex/yslistings.sty b/latex/yslistings.sty index 12b63b5..b7b0d81 100644 --- a/latex/yslistings.sty +++ b/latex/yslistings.sty @@ -69,9 +69,9 @@ morecomment=[l]\#,% morestring=[b]',% morestring=[b]",% - morecomment=[s]{'''}{'''},% used for documentation text + morestring=[s]{'''}{'''},% used for documentation text % (mulitiline strings) - morecomment=[s]{"""}{"""},% added by Philipp Matthias Hahn + morestring=[s]{"""}{"""},% added by Philipp Matthias Hahn morestring=[s]{r'}{'},% `raw' strings morestring=[s]{r"}{"},% morestring=[s]{r'''}{'''},%