Skip to content

Commit f4a5daa

Browse files
committed
Minor changes in documentation.
1 parent a6e0535 commit f4a5daa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'yara'
47-
copyright = u'2014-2019, VirusTotal'
47+
copyright = u'2014-2020, VirusTotal'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the

docs/modules/pe.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ Reference
883883
884884
.. versionadded:: 4.0.0
885885

886-
Structure containing information about the PE's exports.
886+
Array of structures containing information about the PE's exports.
887887

888888
.. c:member:: offset
889889

docs/writingrules.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1262,8 +1262,8 @@ This is equivalent to:
12621262
The new syntax is more natural and easy to understand, and is the recommended
12631263
way of expressing this type of conditions in newer versions of YARA.
12641264

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

12681268
.. code-block:: yara
12691269

0 commit comments

Comments
 (0)