Corrected style to use one space after period#1267
Conversation
|
PR Review: Corrected style to use one space after period This PR is a clean, purely cosmetic change replacing double spaces after periods with single spaces across the codebase. The scope is consistent and appropriate: only comments, docstrings, error messages, and inline string literals are touched, no logic is affected. One issue found: Important — hed/schema/schema_io/hed_id_util.py: One docstring edit silently drops content. The original line read: The new version is: The trailing clause (a key from constants.DF_SUFFIXES.) was removed entirely rather than kept after the corrected single space. This loses useful documentation about valid values for the parameter. The fix is to restore it: 'The dataframe range type we're interested in. A key from constants.DF_SUFFIXES.' Minor observations (no action required):
Verdict: Approve once the dropped documentation in hed_id_util.py is restored. |
No description provided.