Skip to content

Commit

Permalink
Fix typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Feb 4, 2020
1 parent 5409d13 commit 709212f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# setup.py
`# setup.py
from setuptools import setup, find_packages
from plusminus import __version__ as pm_version

Expand All @@ -15,8 +15,8 @@
# metadata to display on PyPI
author="Paul McGuire",
author_email="[email protected]",
description="""/
plusminus is a module that builds on the pyparsing infixNotation helper method to build easy-to-code and
description="""
+/- plusminus is a module that builds on the pyparsing infixNotation helper method to build easy-to-code and
easy-to-use parsers for parsing and evaluating infix arithmetic expressions. plusminus's ArithmeticParser
class includes separate parse and evaluate methods, handling operator precedence, override with parentheses,
presence or absence of whitespace, built-in functions, and pre-defined and user-defined variables, functions,
Expand Down

0 comments on commit 709212f

Please sign in to comment.