Correct some typos

This commit is contained in:
marc tobias
2024-02-26 18:13:30 +01:00
parent 918fec73c6
commit 7205491b84
45 changed files with 80 additions and 80 deletions

View File

@@ -8,7 +8,7 @@
Tests for command line interface wrapper.
These tests just check that the various command line parameters route to the
correct functionionality. They use a lot of monkeypatching to avoid executing
correct functionality. They use a lot of monkeypatching to avoid executing
the actual functions.
"""
import importlib

View File

@@ -8,7 +8,7 @@
Test for the command line interface wrapper admin subcommand.
These tests just check that the various command line parameters route to the
correct functionionality. They use a lot of monkeypatching to avoid executing
correct functionality. They use a lot of monkeypatching to avoid executing
the actual functions.
"""
import pytest