浏览代码

acme_updater: fix typo in docstring

Helmut Pozimski 7 年之前
父节点
当前提交
a8170a3249
共有 1 个文件被更改,包括 1 次插入1 次删除
  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