Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #118 from vvfesik/master
Browse files Browse the repository at this point in the history
rename `CommonMark` to `commonmark`
  • Loading branch information
ericholscher committed Oct 6, 2018
2 parents 33b5c2a + a38bac3 commit 9c15d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recommonmark/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from docutils import parsers, nodes
from sphinx import addnodes

from CommonMark import Parser
from commonmark import Parser

from warnings import warn

Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from docutils.readers import Reader
from docutils.core import publish_parts

from CommonMark import Parser
from commonmark import Parser
from recommonmark.parser import CommonMarkParser


Expand Down

0 comments on commit 9c15d32

Please sign in to comment.