summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-07 12:09:20 +0100
committerGitHub <noreply@github.com>2017-11-07 12:09:20 +0100
commit8ab791266df0269d37905fd3cc21c62b24f88688 (patch)
tree3e98e1c86891f3d3066de3d7a196d36e7abcace0
parent0a106fcea131fcf88336ef279f76e785dc041dcb (diff)
Fix typo
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 237df8c..9244de8 100644
--- a/README.rst
+++ b/README.rst
@@ -150,7 +150,7 @@ Examples
Example scripts
~~~~~~~~~~~~~~~
-The ``examples/`` subdirectory contains some simple example. Among these are the following ones:
+The ``examples/`` subdirectory contains some simple example scripts. Among these are the following ones:
- `allnoconfig.py <examples/allnoconfig.py>`_, `allnoconfig_simpler.py <examples/allnoconfig_simpler.py>`_, and `allyesconfig.py <examples/allyesconfig.py>`_ implement ``make allnoconfig`` and ``make allyesconfig`` in various ways. Demonstrates menu tree walking and value setting.