mirror of https://github.com/dirtbags/moth.git
Changing verbiage of puzzlelib example
This commit is contained in:
parent
1504561677
commit
18bae31912
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue