Skip to content

Commit cf9c5ac

Browse files
committed
🎨 Improve docstrings in settings module
1 parent 178cec2 commit cf9c5ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pygit2/settings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# along with this program; see the file COPYING. If not, write to
2525
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
2626
# Boston, MA 02110-1301, USA.
27+
"""Settings mapping."""
2728

2829
from _pygit2 import option
2930
from _pygit2 import GIT_OPT_GET_SEARCH_PATH, GIT_OPT_SET_SEARCH_PATH
@@ -45,7 +46,7 @@ def __setitem__(self, key, value):
4546

4647

4748
class Settings(object):
48-
"""Library-wide settings"""
49+
"""Library-wide settings interface."""
4950

5051
__slots__ = []
5152

0 commit comments

Comments
 (0)