From 7f96bce5ac6c4eb6a19d516dd476ad6040e9a3fa Mon Sep 17 00:00:00 2001 From: Mark Driver <mdd31@cam.ac.uk> Date: Fri, 21 Jul 2017 15:03:23 +0100 Subject: [PATCH] doc clean up. --- solventmapcreator/io/solvationenergyreader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solventmapcreator/io/solvationenergyreader.py b/solventmapcreator/io/solvationenergyreader.py index bda2ad6..437f231 100644 --- a/solventmapcreator/io/solvationenergyreader.py +++ b/solventmapcreator/io/solvationenergyreader.py @@ -14,7 +14,7 @@ LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.WARN) def parse_free_energy_from_file_with_data_arrays(filename): - """This reads in the information form file to a Dapoints object, and + """This reads in the information form file to a Datapoints object, and creates the data arrays. """ datapoints = parse_free_energy_from_file(filename) @@ -33,6 +33,6 @@ def create_datapoints_with_values(solvation_energy_dict): return solvationreader.create_datapoints_with_values(solvation_energy_dict) def parse_free_energy_info(filename): - """This extracts the slvation information to a dictionary. + """This extracts the solvation information to a dictionary. """ return solvationreader.parse_free_energy_info(filename) -- GitLab