Commit 2ebe4246 by Victor M. Alvarez

Convert indentation to spaces

parent ead394d8
...@@ -9,7 +9,7 @@ Here it goes a little example: ...@@ -9,7 +9,7 @@ Here it goes a little example:
.. code-block:: python .. code-block:: python
>>> import yara >>> import yara
>>> rule = yara.compile(source='rule foo {strings: $a = "lmn" condition: $a}') >>> rule = yara.compile(source='rule foo {strings: $a = "lmn" condition: $a}')
>>> matches = rule.match(data='abcdefgjiklmnoprstuvwxyz') >>> matches = rule.match(data='abcdefgjiklmnoprstuvwxyz')
>>> for m in matches: >>> for m in matches:
...@@ -31,7 +31,7 @@ and then: ...@@ -31,7 +31,7 @@ and then:
.. code-block:: bash .. code-block:: bash
$ pip install yara-python $ pip install yara-python
Documentation Documentation
------------- -------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment