Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Jul 15, 2023
1 parent 5ebf290 commit a43e9d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/manage/plot_data_exporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

###################################################################################################
#
# Note that there are limitations to using the bands definitons - notably that doing so
# Note that there are limitations to using the bands definitions - notably that doing so
# necessarily requires extracting at most 1 peak per band. In doing so, the extraction will
# select the dominant peak per band. However, this may not fully reflect the full model fit
# if there are, for example, multiple peaks fit within a band.
Expand Down
6 changes: 3 additions & 3 deletions examples/manage/plot_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
methods_report_text(fooof_obj)

###################################################################################################
# Addtional Examples
# ~~~~~~~~~~~~~~~~~~
# Additional Examples
# ~~~~~~~~~~~~~~~~~~~
#
# In the above examples, not all the information was printed, as not all information was
# available in the example object (for example, it had no data).
#
# In the next example, let's see how the ouputs look for an example object with model fit results.
# In the next example, let's see how the outputs look for an example object with model fit results.
#

###################################################################################################
Expand Down

0 comments on commit a43e9d1

Please sign in to comment.