Skip to content

Commit

Permalink
Added some documentation to the module docstring.
Browse files Browse the repository at this point in the history
Fixed a type in the Scanner class.
  • Loading branch information
tarjei committed Aug 11, 2001
1 parent be12ae6 commit a9f3e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Bio/KEGG/Enzyme/__init__.py
Expand Up @@ -9,9 +9,9 @@
Classes:
Record
Iterator
Parser
Record -- Holds the information from a KEGG Enzyme record.
Iterator -- Iterates through a file of KEGG Enzyme records.
Parser -- Parses KEGG Enzyme records into Record objects.
_Scanner
_Consumer
Expand Down Expand Up @@ -394,7 +394,7 @@ def __init__(self, debug = 0):
self._parser = expression.make_parser(debug_level = debug)

def feed(self, handle, consumer):
"""Feeed a set of data into the scanner.
"""Feed a set of data into the scanner.
Arguments:
o handle - A handle with the information to parse.
Expand Down

0 comments on commit a9f3e14

Please sign in to comment.