Skip to content

Commit d5dbf6b

Browse files
committed
Fix stagpy.config API ref doc
1 parent 4b8ea05 commit d5dbf6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/sources/apiref/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ config
55
:members:
66

77
.. data:: HOME_DIR
8-
:annotation: = pathlib.Path(os.path.expanduser('~'))
8+
:annotation: = pathlib.Path.home()
99

1010
Home directory.
1111

stagpy/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
"""Handle configuration of StagPy
1+
"""Define configuration variables for StagPy.
22
3-
Create the cmd line argument parser
4-
and deal with the config file
3+
See :mod:`stagpy.args` for additional definitions related to the command line
4+
interface.
55
"""
66

77
from collections import OrderedDict

0 commit comments

Comments
 (0)