summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-09 18:45:52 +0100
committerGitHub <noreply@github.com>2017-11-09 18:45:52 +0100
commitaf29a56ee91c1013f7611177d37516701589125d (patch)
tree186a0ad23478ee30dfd687c323d0c00c82f27ba7 /README.rst
parent1c22b7d505e7d3789f5c7e6d669489454631401a (diff)
s/subdirectory/directory/
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f1ceb35..dcb19ba 100644
--- a/README.rst
+++ b/README.rst
@@ -156,7 +156,7 @@ Examples
Example scripts
~~~~~~~~~~~~~~~
-The `examples/ <examples/>`_ subdirectory contains some simple example scripts. Among these are the following ones:
+The `examples/ <examples/>`_ directory 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.