Skip to content

Commit

Permalink
docstring minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Dec 19, 2017
1 parent ed272e7 commit 89a00c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![DynamicalSystems.jl logo: The Double Pendulum](https://i.imgur.com/nFQFdB0.gif)

Repository containing Tools for the exploration of chaos and nonlinear dynamics. It
Repository containing tools for the exploration of chaos and nonlinear dynamics. It
is part of the ecosystem of [DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/latest/).

| **Documentation** | **Travis** | **AppVeyor** | Gitter |
Expand Down
4 changes: 2 additions & 2 deletions src/delay_coords.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ nearby states that are evolved in time for `k` steps (`k` must be integer).
## Description
If the reconstruction
exhibits exponential divergence of nearby states, then it should clearly hold:
exhibits exponential divergence of nearby states, then it should clearly hold
```math
E(k) \\approx \\lambda\\Delta t k + E(0)
```
Expand Down Expand Up @@ -146,7 +146,7 @@ the distances used are defined in the package
[Distances.jl](https://github.com/JuliaStats/Distances.jl), but are re-exported here
for ease-of-use.
This function assumes that the Theiler window (see [1]) is the same as the delay time:
This function assumes that the Theiler window (see [1]) is the same as the delay time,
``w = \\tau``.
## References
Expand Down

0 comments on commit 89a00c3

Please sign in to comment.