Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 13, 2025
1 parent f8d98bc commit 4b15bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/easylink/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
class Config(LayeredConfigTree):
"""A container for configuration information.
A ``Config`` is a container that includes the combination of the user-provided
pipeline, input data, and computing environment specifications. It is a nested
The ``Config`` contains the user-provided specifications for the pipeline,
input data, and computing environment specifications. It is a nested
dictionary-like object that supports prioritized layers of configuration settings
as well as dot-notation access to its attributes.
Expand Down

0 comments on commit 4b15bf4

Please sign in to comment.