Parcourir la source

Fix inline code chunks in doc

Thomas Kluyver il y a 7 ans
Parent
commit
ef3c9190e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/cfgfile.rst

+ 1 - 1
doc/cfgfile.rst

@@ -277,7 +277,7 @@ the line with the key:
      will be included (you can not exclude a full package/extra directory
      or a single file listed in ``files``).
    * Exclude patterns are applied uniformly across platforms and can use
-     either Unix-style forward-slash (`/`), or Windows-style back-slash (`\`)
+     either Unix-style forward-slash (``/``), or Windows-style back-slash (``\``)
      path separators.  Exclude patterns are normalized so that patterns
      written on Unix will work on Windows, and vice-versa.