From d55d593d1cc8a7a482b3300d8811bc50bcb329a9 Mon Sep 17 00:00:00 2001 From: Willem de Groot Date: Fri, 28 Aug 2015 11:14:01 +0200 Subject: [PATCH] Changed bash to sh and fix syntax Online Github editting is not very convenient after all :) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 25d2ebc..221938f 100644 --- a/README.rst +++ b/README.rst @@ -579,13 +579,13 @@ VCR.py runs about 10x faster when pyyaml can use the libyaml extensions. However Are you using libyaml already? This should work: -:: code:: bash +.. code:: sh python -c 'from yaml import CLoader' If not: -:: code:: bash +.. code:: sh pip uninstall pyyaml pip --no-cache-dir install pyyaml