From a7de3ecfeba1f593a5003acd0066a7c7292e535c Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 9 May 2020 14:41:14 -0500 Subject: [PATCH] Updated Structure of the code (markdown) --- Structure-of-the-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Structure-of-the-code.md b/Structure-of-the-code.md index bbc08f0..624da9d 100644 --- a/Structure-of-the-code.md +++ b/Structure-of-the-code.md @@ -10,7 +10,7 @@ osxphotos is built around a set of classes that each handle a particular aspect The package code is organized in osxphotos per the table below. Most of the files contain doc strings describing what they contain. -## source files +## Source files |file|description| |---|---| |`__init__.py`| this is what gets read by "import osxphotos"|