Skip to content

Commit

Permalink
Corrected typos in EADInspector guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
montan-code committed Nov 21, 2024
1 parent 3aef498 commit beb71f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ead_inspector_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ Example::

ead_inspector = EADInspector()

# Read multiple EAD files
ead_inspector.read_ead_files("files_path")
# Read EAD file
ead_inspector.read_ead_file("files_path")
# Read a configuration file
ead_inspector.config_file("file_path")
# Perform inspections
Expand All @@ -183,8 +183,8 @@ Examples::

ead_inspector = EADInspector()

# Read multiple EAD files
ead_inspector.read_ead_files("files_path")
# Read EAD file
ead_inspector.read_ead_file("files_path")
# Read a configuration file
ead_inspector.config_file("file_path")
# Perform inspections
Expand Down

0 comments on commit beb71f1

Please sign in to comment.