From e3e0dd9878500ad1952e1b166c565b9ceec971a8 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Wed, 15 Jul 2020 14:24:15 +0100 Subject: [PATCH] fix docs --- propka/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propka/input.py b/propka/input.py index 26e61d5..d9087f2 100644 --- a/propka/input.py +++ b/propka/input.py @@ -39,7 +39,7 @@ def read_molecule_file(input_file, mol_container, filename=None): """Read input file or stream (PDB or PROPKA) for a molecular container Args: - input_file: input file to read + input_file: input file or stream to read mol_container: MolecularContainer object filename (str): optional input filename when using a filestream