Skip to content

Commit 8a29941

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent d9afddf commit 8a29941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/examples/toolsexample.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Using the tools module, we can efficiently get them in terms of a dictionary.
5656
updated_dict = get_package_info("my_package", metadata=existing_dict))
5757

5858
note that `"diffpy.utils"` is automatically included in the package info since the `get_user_info` function is
59-
part of diffpy.utils.
59+
part of diffpy.utils.

doc/source/utilities/toolsutility.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The ``diffpy.utils.tools`` module provides tool functions for use with diffpy ap
1717
``{"package_info": {"package1": "version_number1", "package2": "version_number2"}`` if the function is called more than
1818
once.
1919

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

2323
For a more in-depth tutorial for how to use these tools, click :ref:`here <Tools Example>`.

0 commit comments

Comments
 (0)