Skip to content

Commit 0ba9382

Browse files
committed
Typo + format fix
1 parent 2f3b5f0 commit 0ba9382

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/manual/source/utilities/toolsutility.rst

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

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

10-
1) ``get_uder_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

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

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

22-
Users can use these functions to track and manage versions of packages that can later be stored, for example, in an output
23-
file header.
22+
Users can use these functions to track and manage versions of packages that can later be stored, for example, in an output
23+
file header.

0 commit comments

Comments
 (0)