diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7fe27bd17..f23deb57e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13160,12 +13160,11 @@ time-based (TOTP) passwords.") (native-inputs `(("python-pytest" ,python-pytest))) (build-system python-build-system) - (home-page - "https://github.com/davidhalter/parso") + (home-page "https://github.com/davidhalter/parso") (synopsis "Python Parser") (description "Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). -Parso is also able to list multiple syntax errors in your python file.") +Parso is also able to list multiple syntax errors in your Python file.") (license license:expat))) (define-public python2-parso