Skip to content

Commit

Permalink
mdx_linkclass.py: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaboiss committed Nov 15, 2017
1 parent fdc81a8 commit 3f089db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx_linkclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__ (self, md, config):
## Store the configuration dict
self.config = config

## Initialize the parent classes
## Initialize the parent class
LinkPattern.__init__ (self, LINK_RE, md)

def handleMatch (self, m):
Expand All @@ -62,7 +62,7 @@ def __init__ (self, md, config):
## Store the configuration dict
self.config = config

## Initialize the parent classes
## Initialize the parent class
ReferencePattern.__init__ (self, REFERENCE_RE, md)

def handleMatch (self, m):
Expand Down

0 comments on commit 3f089db

Please sign in to comment.