Skip to content

Commit f90a11a

Browse files
committed
Remove docstring from private method
1 parent 4eedd91 commit f90a11a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/platformdirs/unix.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ def site_config_path(self) -> Path:
120120
return self._first_item_as_path_if_multipath(self.site_config_dir)
121121

122122
def _first_item_as_path_if_multipath(self, directory: str) -> Path:
123-
"""
124-
:return: first directory as path, even if ``multipath`` is set to ``True``
125-
"""
126123
if self.multipath:
127124
# If multipath is True, the first path is returned.
128125
directory = directory.split(os.pathsep)[0]

0 commit comments

Comments
 (0)