Skip to content

Commit 78f1125

Browse files
committed
Fixed typo in example.
1 parent 469a8a6 commit 78f1125

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/examples/Ag_multiplepeaks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def run(plot=True):
8181
# using the appropriate tuple of indices (i,j). That is, (i,j) denotes
8282
# the jth parameter of the ith peak. For example, the starred parameter
8383
# 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.
84+
# peak. Thus, this parameter can be referenced as (1,2). Several examples
85+
# are presented below.
8686
print "\n------ Examples of accessing peak extraction results ------"
8787

8888
# The value and uncertainties of the nearest-neighbor peak parameters.

0 commit comments

Comments
 (0)