Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix a few simple typos #584

Merged
merged 1 commit into from
May 29, 2021
Merged

docs: fix a few simple typos #584

merged 1 commit into from
May 29, 2021

Conversation

timgates42
Copy link
Contributor

There are small typos in:

  • docs/sphinxext/ipython_console_highlighting.py
  • docs/sphinxext/ipython_directive.py
  • quantecon/compute_fp.py
  • quantecon/estspec.py
  • quantecon/filter.py
  • quantecon/game_theory/pure_nash.py
  • quantecon/game_theory/tests/test_vertex_enumeration.py
  • quantecon/game_theory/vertex_enumeration.py
  • quantecon/lqcontrol.py
  • quantecon/lss.py
  • quantecon/markov/tests/test_ddp.py
  • quantecon/tests/test_ivp.py
  • quantecon/util/notebooks.py

Fixes:

  • Should read approximation rather than approxmation.
  • Should read response rather than reponse.
  • Should read frequencies rather than frequences.
  • Should read typically rather than typicaly.
  • Should read theorem rather than theorm.
  • Should read symmetric rather than symetric.
  • Should read representing rather than reprensenting.
  • Should read parametric rather than parameteric.
  • Should read original rather than orignal.
  • Should read equilibrium rather than equilibirum.
  • Should read default rather than defualt.
  • Should read array rather than arrray.
  • Should read covariance rather than convariance.

Closes #583

There are small typos in:
- docs/sphinxext/ipython_console_highlighting.py
- docs/sphinxext/ipython_directive.py
- quantecon/compute_fp.py
- quantecon/estspec.py
- quantecon/filter.py
- quantecon/game_theory/pure_nash.py
- quantecon/game_theory/tests/test_vertex_enumeration.py
- quantecon/game_theory/vertex_enumeration.py
- quantecon/lqcontrol.py
- quantecon/lss.py
- quantecon/markov/tests/test_ddp.py
- quantecon/tests/test_ivp.py
- quantecon/util/notebooks.py

Fixes:
- Should read `approximation` rather than `approxmation`.
- Should read `response` rather than `reponse`.
- Should read `frequencies` rather than `frequences`.
- Should read `typically` rather than `typicaly`.
- Should read `theorem` rather than `theorm`.
- Should read `symmetric` rather than `symetric`.
- Should read `representing` rather than `reprensenting`.
- Should read `parametric` rather than `parameteric`.
- Should read `original` rather than `orignal`.
- Should read `equilibrium` rather than `equilibirum`.
- Should read `default` rather than `defualt`.
- Should read `array` rather than `arrray`.
- Should read `covariance` rather than `convariance`.

Closes #583
Copy link
Member

@oyamad oyamad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timgates42 Thanks!

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.424% when pulling 443681c on timgates42:bugfix_typos into 708a699 on QuantEcon:master.

@oyamad oyamad added the ready label May 24, 2021
@mmcky
Copy link
Contributor

mmcky commented May 29, 2021

thanks @timgates42

@mmcky mmcky merged commit b812edd into QuantEcon:master May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposing a PR to fix a few small typos
4 participants