From dc94af322089e2fc2c1fb1be22e363e96061f2e8 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Fri, 7 Aug 2020 16:45:01 -0400 Subject: Minor housekeeping. Updated CODEOWNERS with recent additions --- examples/modular_subcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/modular_subcommands.py b/examples/modular_subcommands.py index 49620dfb..945fd54d 100644 --- a/examples/modular_subcommands.py +++ b/examples/modular_subcommands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # coding=utf-8 -"""A simple example demonstracting modular subcommand loading through CommandSets +"""A simple example demonstrating modular subcommand loading through CommandSets In this example, there are loadable CommandSets defined. Each CommandSet has 1 subcommand defined that will be attached to the 'cut' command. -- cgit v1.2.1