Skip to content

Commit 7510e40

Browse files
committed
docs: Fix module docstring
1 parent ef20fa0 commit 7510e40

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Tests for utility functions in tmux."""
1+
"""Tests for utility functions in libtmux."""
22

33
import re
44
import sys

tests/test_pane.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test for tmuxp Pane object."""
1+
"""Tests for libtmux Pane object."""
22
import logging
33

44
logger = logging.getLogger(__name__)

tests/test_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test for tmuxp Server object."""
1+
"""Test for libtmux Server object."""
22
import logging
33

44
from libtmux import Server

tests/test_session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test for tmuxp Session object."""
1+
"""Test for libtmux Session object."""
22
import logging
33

44
import pytest

tests/test_tmuxobject.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test for tmuxp TmuxRelationalObject and TmuxMappingObject."""
1+
"""Tests for libtmux TmuxRelationalObject and TmuxMappingObject."""
22
import logging
33

44
from libtmux import Pane, Session, Window

tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test for tmuxp Window object."""
1+
"""Test for libtmux Window object."""
22
import logging
33

44
import pytest

0 commit comments

Comments
 (0)