Skip to content

Commit

Permalink
fix quote character
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Mar 7, 2020
1 parent 030cc58 commit d3e8deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dominate/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.5.0'
__version__ = '2.5.1'
2 changes: 1 addition & 1 deletion dominate/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class main(html_tag):
The main content area of a document includes content that is unique to that
document and excludes content that is repeated across a set of documents such
as site navigation links, copyright information, site logos and banners and
search forms (unless the document or applications main function is that of a
search forms (unless the document or application's main function is that of a
search form).
'''

Expand Down
2 changes: 1 addition & 1 deletion tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def test_version():
import dominate
version = '2.5.0'
version = '2.5.1'
assert dominate.version == version
assert dominate.__version__ == version

Expand Down

0 comments on commit d3e8deb

Please sign in to comment.