Skip to content

Commit 542044b

Browse files
committed
Merge pull request #92 from thomasballinger/patch-1
add import to quickstart example
2 parents b8adcf9 + 0bd1ea8 commit 542044b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/quickstart_python.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ First, we can grab a :class:`Server`.
107107

108108
.. code-block:: python
109109
110-
server = tmuxp.Server()
110+
>>> import tmuxp
111+
>>> server = tmuxp.Server()
111112
>>> server
112113
<tmuxp.server.Server object at 0x7fbd622c1dd0>
113114

0 commit comments

Comments
 (0)