Cleaned up bash highlighting.

This commit is contained in:
Maggie Mari 2012-08-10 11:40:51 -05:00
commit 2d36906936
2 changed files with 6 additions and 4 deletions

View file

@ -107,5 +107,5 @@ Get llvmpy and install it:
.. code-block:: bash
$ git clone git@github.com:numba/llvmpy.git $ cd
llvmpy $ python setup.py install
$ git clone git@github.com:numba/llvmpy.git
$ cd llvmpy $ python setup.py install

View file

@ -83,5 +83,7 @@ import llvmpy modules thus:
.. code-block:: python
from llvm import \* from llvm.core import \* from
llvm.ee import \* from llvm.passes import \*
from llvm import *
from llvm.core import *
from llvm.ee import *
from llvm.passes import *