Skip to content

Commit 7aca695

Browse files
committed
docs(docstrings): Fix typos in workspace module docstrings
- builder.py: Remove duplicate "via" in loading phase documentation - freezer.py: Fix "workspacee" typo to "workspace"
1 parent 502881d commit 7aca695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tmuxp/workspace/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class WorkspaceBuilder:
110110
111111
The normal phase of loading is:
112112
113-
1. Load JSON / YAML file via via :class:`pathlib.Path`::
113+
1. Load JSON / YAML file via :class:`pathlib.Path`::
114114
115115
from tmuxp._internal import config_reader
116116
session_config = config_reader.ConfigReader._load(raw_yaml)

src/tmuxp/workspace/freezer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def inline(workspace_dict: dict[str, t.Any]) -> t.Any:
5252

5353

5454
def freeze(session: Session) -> dict[str, t.Any]:
55-
"""Freeze live tmux session into a tmuxp workspacee.
55+
"""Freeze live tmux session into a tmuxp workspace.
5656
5757
Parameters
5858
----------

0 commit comments

Comments
 (0)