From a917d6f3a9ea9b54d0def74fae90f21a77c0796d Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Mon, 23 Apr 2018 04:49:06 -0500 Subject: [PATCH] Minor rewording in plugin howto --- content/docs/plugins/howto/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/plugins/howto/contents.lr b/content/docs/plugins/howto/contents.lr index 638181df..619f784c 100644 --- a/content/docs/plugins/howto/contents.lr +++ b/content/docs/plugins/howto/contents.lr @@ -86,7 +86,7 @@ depending on the situation you might have to use two different mechanisms. through the [sub_artifact :ref](../../api/build/context/sub-artifact/) method which declares a new artifact. -Here examples for both of those in one: +Here is an example of both ways in one plugin: ```python import os