Skip to content

Commit b29fc5d

Browse files
authored
Cosmetic change
1 parent a7045ee commit b29fc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/source/utilities/toolsutility.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Tools Utility
77

88
The ``diffpy.utils.tools`` module provides tool functions for use with diffpy apps.
99

10-
1. ``get_user_info``: This function is designed for managing and tracking username and email information.
10+
1) ``get_user_info``: This function is designed for managing and tracking username and email information.
1111

1212
Developers can use this function to simplify the process of loading, merging, and saving information consistently and easily.
1313
Additionally, it saves the effort of re-entering information, and allows overriding current information by
1414
passing parameters.
1515

16-
2. ``get_package_info``: This function loads package name and version information into a dictionary.
16+
2) ``get_package_info``: This function loads package name and version information into a dictionary.
1717
It updates the package information under the key "package_info" in the format {"package_name": "version_number"},
1818
resulting in an entry in the passed metadata dictionary that looks like
1919
``{"package_info": {"package1": "version_number1", "package2": "version_number2"}`` if the function is called more than

0 commit comments

Comments
 (0)