We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a8a6 commit 78f1125Copy full SHA for 78f1125
1 file changed
doc/examples/Ag_multiplepeaks.py
@@ -81,8 +81,8 @@ def run(plot=True):
81
# using the appropriate tuple of indices (i,j). That is, (i,j) denotes
82
# the jth parameter of the ith peak. For example, the starred parameter
83
# above is the area (index = 2) of the next nearest neighbor (index = 1)
84
- # peak. Thus, this peak can be referenced as (1,2). Several examples are
85
- # presented below.
+ # peak. Thus, this parameter can be referenced as (1,2). Several examples
+ # are presented below.
86
print "\n------ Examples of accessing peak extraction results ------"
87
88
# The value and uncertainties of the nearest-neighbor peak parameters.
0 commit comments