From b37833f9e6d6a2fe4d3522d5b3da9c3467f0a1e5 Mon Sep 17 00:00:00 2001 From: zhangdebo Date: Sat, 24 Nov 2018 16:04:05 +0800 Subject: [PATCH] Fix Chinese quotes Change-Id: I5af213c41dc4f2f09ff2be9f519b9ee01854ee3c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f6923d0c..c378a66c 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html [flake8] -# H106: Don’t put vim configuration in source files +# H106: Don't put vim configuration in source files # H203: Use assertIs(Not)None to check for None enable-extensions=H106,H203 show-source = true