From 18bae31912bf60f01b4d4a743607eea85669a0ea Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Thu, 15 Aug 2019 23:41:08 +0100 Subject: [PATCH] Changing verbiage of puzzlelib example --- example-puzzles/example/200/puzzlelib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-puzzles/example/200/puzzlelib.py b/example-puzzles/example/200/puzzlelib.py index 73ffeca..566be76 100644 --- a/example-puzzles/example/200/puzzlelib.py +++ b/example-puzzles/example/200/puzzlelib.py @@ -1,6 +1,6 @@ """This is an example of a puzzle-level library. -This library can be imported by child puzzles using `import puzzlelib` +This library can be imported by sibling puzzles using `import puzzlelib` """ def getone():