Skip to content

Commit bda41e6

Browse files
authored
Minor tweaks for spellcheck. (#543)
1 parent 7bdf1bc commit bda41e6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/dictionaries/proper_nouns

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Aldergrove
2+
ana
23
Boolean
34
Booleans
45
Camborne

src/dictionaries/words

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dirs
3131
duration
3232
durations
3333
env
34+
etc
3435
executables
3536
facade
3637
filename
@@ -144,7 +145,7 @@ runnable
144145
runtime
145146
schd
146147
screenshot
147-
setups
148+
setup
148149
setups
149150
shebang
150151
shutdown

src/plugins/install/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this example a pre-configure plugin which logs a "Hello World" message
3535
and, after installation, logs some info about the installation:
3636

3737
.. code-block:: python
38-
:caption: my_plugin.py
38+
:caption: ``my_plugin.py``
3939
4040
from cylc.flow import LOG
4141
@@ -54,7 +54,7 @@ Plugins are registered by registering them with the ``cylc.pre_configure``
5454
and ``cylc.post_install`` entry points:
5555

5656
.. code-block:: python
57-
:caption: setup.py
57+
:caption: ``setup.py``
5858
5959
# plugins must be properly installed, in-place PYTHONPATH meddling will
6060
# not work.

0 commit comments

Comments
 (0)