From 68c1524ad5e3a03a6f62a947f563347e4f9e71bd Mon Sep 17 00:00:00 2001
From: Mark Driver <mdd31@cam.ac.uk>
Date: Tue, 18 Jul 2017 20:29:53 +0100
Subject: [PATCH] documentation update

---
 solventmapcreator/io/solventxmlreader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solventmapcreator/io/solventxmlreader.py b/solventmapcreator/io/solventxmlreader.py
index 1ef1bec..b9395ba 100644
--- a/solventmapcreator/io/solventxmlreader.py
+++ b/solventmapcreator/io/solventxmlreader.py
@@ -24,7 +24,7 @@ PHASE_NAMESPACE_DICT = {"phase":"http://www-hunter.ch.cam.ac.uk/PhaseSchema",
 IDEAL_MAX_SSIP_CONCENTRATION_MOLAR = 300.0
 
 def get_fractional_occupancy_for_solvent_from_file(solvent_filename, solvent_id):
-    """This reads inthe file and extracts the solvent information, and returns
+    """This reads in the file and extracts the solvent information, and returns
     the fractional occupancy contribution from the solvent.
     """
     solvent_list_element = read_element_tree(solvent_filename)
-- 
GitLab