summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5b8f377017..2077d6d12a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17115,7 +17115,7 @@ scripts to load entry points more quickly.")
     (synopsis
      "Recursive descent parsing library based on functional combinators")
     (description
-     "This package is a recurisve descent parsing library for Python based on
+     "This package is a recursive descent parsing library for Python based on
 functional combinators.  Parser combinators are just higher-order functions
 that take parsers as their arguments and return them as result values.")
     (license license:expat)))