From faf01df862cb07917d18248e2cef3751ca411165 Mon Sep 17 00:00:00 2001 From: Aqeel Ahmad Date: Wed, 27 Nov 2019 17:22:37 +0400 Subject: [PATCH] Typo correction --- dlispy/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlispy/core.py b/dlispy/core.py index 55d4ea6..af09707 100644 --- a/dlispy/core.py +++ b/dlispy/core.py @@ -19,7 +19,7 @@ def parse(path, eflr_only = False): :param path: File path to the DLIS file :type eflr_only: bool - :param eflr_only: If Truem, then only parse EFLR in each logical file. + :param eflr_only: If True, then only parse EFLR in each logical file. :return: a tuple, first element is instance of :class:`.StorageUnitLabel` and second element is a list of :class:`.LogicalFile`. @@ -68,7 +68,7 @@ def parse(path, eflr_only = False): def dump(df_path, output_path, eflr_only = False): """ - Dump a given DLIS file. In the "output_path", you will folder a few folder which for one logical file. + Dump a given DLIS file. In the "output_path", you will find a folder each for one logical file. :type df_path: str :param df_path: Path to the dlis file.