Fix various trailing newlines, typos and grammar

This commit is contained in:
luzpaz
2023-02-04 12:19:56 +00:00
committed by Chris Hennes
parent a9b8be3e00
commit 1b43baa418
6 changed files with 12 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ translate = FreeCAD.Qt.translate
class InstallationMethod(IntEnum):
"""For packages installed from a git repository, in most cases it is possible to either use git
or to download a zip archive of the addon. For a local repository, a direct copy may be used
instead. If "ANY" is given, the the internal code decides which to use."""
instead. If "ANY" is given, the internal code decides which to use."""
GIT = auto()
COPY = auto()