OSDN Git Service

Testing workflow.
authorSimon Forman <sforman@hushmail.com>
Mon, 16 Apr 2018 19:43:28 +0000 (12:43 -0700)
committerSimon Forman <sforman@hushmail.com>
Mon, 16 Apr 2018 19:43:28 +0000 (12:43 -0700)
Correcting a typo.

joy/library.py

index 813c72f..d022516 100644 (file)
@@ -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.
 '''