This commit is contained in:
un-pogaz 2025-03-25 09:30:01 +01:00
parent a92a0baf2e
commit 6224dcbbcf
3 changed files with 3 additions and 3 deletions

View File

@ -311,7 +311,7 @@ In such a record there is a transition from one section to the next. As such the
Last article of ending section w.r.t. starting section offset (fvwi): 12 [15 absolute]
Flags (always 8?): 8
Article index at start of record or first article index, relative to parent section (fvwi): 13 [16 absolute]
Number of article nodes in the record belonging ot the last section (byte): 4
Number of article nodes in the record belonging to the last section (byte): 4
Ending record

View File

@ -106,7 +106,7 @@ class OverrideTable:
def __parse_lines(self, line):
'''
Requires:
line --ine to parse
line -- line to parse
Returns:
nothing
Logic:

View File

@ -242,7 +242,7 @@ class BasicNewsRecipe(Recipe):
#:
#: {
#: name : 'tag name', #e.g. 'div'
#: attrs : a dictionary, #e.g. {'class': 'advertisment'}
#: attrs : a dictionary, #e.g. {'class': 'advertisement'}
#: }
#:
#: All keys are optional. For a full explanation of the search criteria, see