Changeset - 5b40134e833d
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 3 years ago 2020-11-10 15:25:39
tbm@cyrius.com
CODE: Fix typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CODE.rst
Show inline comments
...
 
@@ -34,13 +34,13 @@ Class method ``can_handle(source_file)``
 
  Returns true if the importer can generate entries from the given source file object, false otherwise.
 

	
 
``__init__(source_file)``
 
  Initializes an importer to generate entries from the given source file object.
 

	
 
``__iter__()``
 
  Returns a iterator of entry data dicts.
 
  Returns an iterator of entry data dicts.
 

	
 
Hooks
 
~~~~~
 

	
 
Hooks make arbitrary transformations to entry data dicts.  Every entry data dict generated by an importer is run through every hook before being output.
 

	
0 comments (0 inline, 0 general)