Skip to content

Commit

Permalink
Fix misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
garland-culbreth committed Jan 30, 2025
1 parent d9ec08b commit aba31b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Emoji icons corresponding to the [standard acronyms](#standard-acronyms). Use th
```txt
🧯FIX - Fix bug in some_function when some_parameter has forbidden value
💡ENH - Support some new useful thing
📝DOC - Correct some mis-spelled word on a page
📝DOC - Correct some misspelled word on a page
🛠️MNT - Change formatter rule
```

Expand Down
2 changes: 1 addition & 1 deletion src/pymdea/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def make_diffusion_process(
fractional Brownian motion with Hurst index H=`a`.
length : int, optional, default 10000
Length of time-series to generate.
a : float, optiona, default 0
a : float, optional, default 0
Only used if `kind` is "fgn", "fbm", or "cn". If `kind` is
"fgn" or "fbm", this sets the Hurst index of the process.
If `kind` is "cn" this sets the index of the power law
Expand Down

0 comments on commit aba31b3

Please sign in to comment.