Skip to content

Commit 066d25a

Browse files
committed
Update arg documentation for tmuxp.config.expand
1 parent 9017d8c commit 066d25a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tmuxp/config.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,11 @@ def expand(sconf, cwd=None, parent=None):
171171
:param sconf: the configuration for the session
172172
:type sconf: dict
173173
:param cwd: directory to expand relative paths against. should be the dir
174-
of the config directory.
174+
of the config directory.
175+
:type cwd: string
176+
:param parent: (used on recursive entries) start_directory of parent window
177+
or session object.
178+
:type parent: str
175179
:rtype: dict
176180
177181
"""

0 commit comments

Comments
 (0)