Skip to content

Commit bf67293

Browse files
committed
Correct utf-8 enconding setting.
1 parent faef1a0 commit bf67293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/workspacebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- coding: utf8 -*-
1+
# -*- coding: utf-8 -*-
22
"""Create a tmux workspace from a configuration :py:obj:`dict`.
33
44
tmuxp.workspacebuilder

0 commit comments

Comments
 (0)