summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:56:57 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:33 +0200
commit3cca373b2eceb0de856336f16c1ac814014eeeaa (patch)
treebfe2af3724ad53423c35bdb14c4fa96806df9d99
parent6dbac0d2e4b9b90d5bc3784ee0b6fbf3156350e9 (diff)
gnu: python-nestedtext: Fix typo in description.
* gnu/packages/python-xyz.scm (python-nestedtext) [description]: Fix typo.
-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 ec8c78b1de..3311916c6c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.")