Skip to content

Commit a43e9d1

Browse files
committed
typo fixes
1 parent 5ebf290 commit a43e9d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/manage/plot_data_exporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
###################################################################################################
105105
#
106-
# Note that there are limitations to using the bands definitons - notably that doing so
106+
# Note that there are limitations to using the bands definitions - notably that doing so
107107
# necessarily requires extracting at most 1 peak per band. In doing so, the extraction will
108108
# select the dominant peak per band. However, this may not fully reflect the full model fit
109109
# if there are, for example, multiple peaks fit within a band.

examples/manage/plot_reporting.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
methods_report_text(fooof_obj)
8585

8686
###################################################################################################
87-
# Addtional Examples
88-
# ~~~~~~~~~~~~~~~~~~
87+
# Additional Examples
88+
# ~~~~~~~~~~~~~~~~~~~
8989
#
9090
# In the above examples, not all the information was printed, as not all information was
9191
# available in the example object (for example, it had no data).
9292
#
93-
# In the next example, let's see how the ouputs look for an example object with model fit results.
93+
# In the next example, let's see how the outputs look for an example object with model fit results.
9494
#
9595

9696
###################################################################################################

0 commit comments

Comments
 (0)