From 1e510de8ae28dd4f652ec3e99cd5bf4779727136 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Mon, 16 Apr 2018 12:43:28 -0700 Subject: [PATCH] Testing workflow. Correcting a typo. --- joy/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joy/library.py b/joy/library.py index 813c72f..d022516 100644 --- a/joy/library.py +++ b/joy/library.py @@ -19,7 +19,7 @@ # ''' This module contains the Joy function infrastructure and a library of -functions. It's main export is a Python function initialize() that +functions. Its main export is a Python function initialize() that returns a dictionary of Joy functions suitable for use with the joy() function. '''