Skip to content

Commit 64926c6

Browse files
committed
chore(WorkspaceBuilder): Fix typo
1 parent ad6d30b commit 64926c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/workspacebuilder.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class WorkspaceBuilder:
5757
5858
>>> builder = WorkspaceBuilder(sconf=session_config, server=server)
5959
60-
***New session:**
60+
**New session:**
6161
6262
>>> builder.build()
6363
@@ -72,7 +72,7 @@ class WorkspaceBuilder:
7272
>>> sorted([window.name for window in new_session.windows])
7373
['editor', 'logging', 'test']
7474
75-
**Existing session**
75+
**Existing session:**
7676
7777
>>> len(session._windows)
7878
1

0 commit comments

Comments
 (0)