Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #118 from guy9050/fix_howto_modules_example
Browse files Browse the repository at this point in the history
fix module name in the example
  • Loading branch information
thrix committed Apr 15, 2021
2 parents 2f27058 + 8eace27 commit 14b3e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/howto-modules.rst
Expand Up @@ -162,7 +162,7 @@ Adding a new gluetool module is very simple. This is a minimal module that just
from gluetool import Module
class MinimalModule(Module):
name = 'example-minimal'
name = 'minimal'
description = 'A minimal module'
def execute(self):
Expand Down

0 comments on commit 14b3e64

Please sign in to comment.