gnu: python-nestedtext: Fix typo in description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:56:57 +0000 (19:56 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:33 +0000 (14:11 +0200)
* gnu/packages/python-xyz.scm (python-nestedtext)
[description]: Fix typo.

gnu/packages/python-xyz.scm

index ec8c78b..3311916 100644 (file)
@@ -23805,7 +23805,7 @@ cleanly print different types of messages.")
       "NestedText is a file format for holding data that is to be entered, edited, or
 viewed by people.  It allows data to be organized into a nested collection of
 dictionaries, lists, and strings.  In this way it is similar to JSON and YAML, but
-without the complexity and risk of YAML and without the syntatic clutter of JSON.
+without the complexity and risk of YAML and without the syntactic clutter of JSON.
 NestedText is both simple and natural.  Only a small number of concepts and rules must
 be kept in mind when creating it.  It is easily created, modified, or viewed with
 a text editor and easily understood and used by both programmers and non-programmers.")