Fixed typos in setup.py.

This commit is contained in:
Mike Graham
2021-01-22 18:24:19 +00:00
parent 0e01303921
commit d00ac278c6
+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.
""" """