Skip to content

Commit

Permalink
Minor changes in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 28, 2020
1 parent a6e0535 commit f4a5daa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# General information about the project.
project = u'yara'
copyright = u'2014-2019, VirusTotal'
copyright = u'2014-2020, VirusTotal'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/pe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ Reference
.. versionadded:: 4.0.0

Structure containing information about the PE's exports.
Array of structures containing information about the PE's exports.

.. c:member:: offset
Expand Down
4 changes: 2 additions & 2 deletions docs/writingrules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1262,8 +1262,8 @@ This is equivalent to:
The new syntax is more natural and easy to understand, and is the recommended
way of expressing this type of conditions in newer versions of YARA.

For while iterating dictionaries you must provide to variable names that will
hold the key and value of each entry in the dictionary, for example:
While iterating dictionaries you must provide two variable names that will
hold the key and value for each entry in the dictionary, for example:

.. code-block:: yara

Expand Down

0 comments on commit f4a5daa

Please sign in to comment.