소스 검색

Comment typo.

Dan 7 년 전
부모
커밋
f2782426d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      borgmatic/commands/borgmatic.py

+ 1 - 1
borgmatic/commands/borgmatic.py

@@ -81,7 +81,7 @@ def parse_arguments(*arguments):
 
 def run_configuration(config_filename, args):  # pragma: no cover
     '''
-    Parse and single configuration file, and execute its defined pruning, backups, and/or consistency
+    Parse a single configuration file, and execute its defined pruning, backups, and/or consistency
     checks.
     '''
     logger.info('{}: Parsing configuration file'.format(config_filename))