[Forensics-changes] [yara] 04/192: Remove duplicated colon

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit e36464f4a220a94890ebaa8501f6bc5691a5f0c7
Author: plusvic <plusvic at gmail.com>
Date:   Wed Aug 3 13:07:22 2016 +0200

    Remove duplicated colon
---
 docs/yarapython.rst | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/docs/yarapython.rst b/docs/yarapython.rst
index 777aabe..b8b0ffb 100644
--- a/docs/yarapython.rst
+++ b/docs/yarapython.rst
@@ -129,7 +129,7 @@ The saved rules can be loaded from the memory buffer:
 The result of ``load`` is also an instance of the class :py:class:`yara.Rules`.
 
 Instances of ``Rules`` also have a ``match`` method, which allows to apply the
-rules to a file::
+rules to a file:
 
 .. code-block:: python
 
@@ -314,11 +314,3 @@ Reference
     :param str filepath: Path to the file.
     :param file-object file: A file object supporting the ``write`` method.
     :raises: **YaraError**: If an error occurred while saving the file.
-
-
-
-
-
-
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list