Proofing/review: Remove filler words, adhere to style guide

This commit is contained in:
mhilbrunner
2018-05-06 05:23:37 +02:00
parent 9f526a3ea8
commit f215a0cf26
88 changed files with 337 additions and 374 deletions

View File

@@ -258,7 +258,7 @@ Note that the ``get_import_options`` method receives the preset number, so you
can configure the options for each different preset (especially the default
value). In this example we use the ``match`` statement, but if you have lots of
options and the presets only change the value you may want to create the array
of options first and then just change it based on the preset.
of options first and then change it based on the preset.
.. warning:: The ``get_import_options`` method is called even if you don't
define presets (by making ``get_preset_count`` return zero). You
@@ -396,7 +396,7 @@ in a different file:
Trying the plugin
-----------------
This has been very theoretical, but now that the import plugin is done, let's
This has been theoretical, but now that the import plugin is done, let's
test it. Make sure you created the sample file (with the contents described in
the introduction section) and save it as ``test.mtxt``. Then activate the plugin
in the Project Settings.