From f9a60f95be3cdeb930ad6a7e2a4bf4ee6e7a3c0f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 8 Oct 2019 11:44:35 +0200 Subject: [PATCH] fix typo --- ansibledoctor/Cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansibledoctor/Cli.py b/ansibledoctor/Cli.py index 089e3d6..dc3ec66 100644 --- a/ansibledoctor/Cli.py +++ b/ansibledoctor/Cli.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Entrypoimt and CLI handler.""" +"""Entrypoint and CLI handler.""" import argparse import logging