File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# General information about the project.
46
46
project = u'yara'
47
- copyright = u'2014-2019 , VirusTotal'
47
+ copyright = u'2014-2020 , VirusTotal'
48
48
49
49
# The version info for the project you're documenting, acts as replacement for
50
50
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -883,7 +883,7 @@ Reference
883
883
884
884
.. versionadded :: 4.0.0
885
885
886
- Structure containing information about the PE's exports.
886
+ Array of structures containing information about the PE's exports.
887
887
888
888
.. c :member :: offset
889
889
Original file line number Diff line number Diff line change @@ -1262,8 +1262,8 @@ This is equivalent to:
1262
1262
The new syntax is more natural and easy to understand, and is the recommended
1263
1263
way of expressing this type of conditions in newer versions of YARA.
1264
1264
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:
1267
1267
1268
1268
.. code-block:: yara
1269
1269
You can’t perform that action at this time.
0 commit comments