Browse Source

acme_updater: fix typo in docstring

Helmut Pozimski 7 years ago
parent
commit
a8170a3249
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme_updater.py

+ 1 - 1
acme_updater.py

@@ -100,7 +100,7 @@ def copy_file(source, destination, backup=True):
 
     :param source: source file path
     :type source: str
-    :param destination: destionation file path
+    :param destination: destination file path
     :type destination: str
     :param backup: whether to take a backup of the destination file before \
     overwriting it