Merge pull request #590 from mgrhm/setup-typo-fix

fix: Typos in setup.py file.
This commit is contained in:
Veronica K. Berglyd Olsen
2021-01-22 19:53:57 +01:00
committed by GitHub
+2 -2
View File
@@ -1,11 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
""" """
The main setup script for novelWeiter. The main setup script for novelWriter.
It runs the standard setuptool.setup() with all options taken from the It runs the standard setuptool.setup() with all options taken from the
setup.cfg file. setup.cfg file.
In addtion, a few speicalised commands are available. These are In addition, a few specialised commands are available. These are
described in the help text in the main section. described in the help text in the main section.
""" """