Skip to content

Commit 5dfff33

Browse files
committed
chore: added news for docstring
1 parent 6b78427 commit 5dfff33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/docstrings-refactor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Added:**
22

3-
* No news added: this branch was used to refactor the docstrings in the codebase without adding new features
3+
* Improved API documentation in `DiffractionObject` methods and properties using the NumPy docstring format and PEP 256
44

55
**Changed:**
66

src/diffpy/utils/diffraction_objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __add__(self, other):
190190
Returns
191191
-------
192192
DiffractionObject
193-
THe new DiffractionObject instance with modified yarray values. This instance is a deep copy of the
193+
The new DiffractionObject instance with modified yarray values. This instance is a deep copy of the
194194
original with the additions applied.
195195
196196
Raises

0 commit comments

Comments
 (0)