Changed
- In `run.py`, changed method names containing `continous` to `continuous`
- In `run.py`, changed variable `continous_hypo_event` to `continuous_hypo_event`
- In `run.py`, changed `Strategy.CONTINOUS` to `Strategy.CONTINUOUS`
- In `types.py`, changed `Strategy.CONTINOUS` to `Strategy.CONTINUOUS`
**(BREAKING COMPATABILITY)**
- In `types.py`, changed expected `value` from `continously` to
`continuously`
- In `types.py`, changed expected paramater from `continous_hypothesis_frequency`
to `continuous_hypothesis_frequency`
- In `test_run.py`, changed method names containing `continous` to `continuous`
and method names containing `immediatly` to `immediately`
- In `test_run.py`, changed parameter `continous_hypothesis_frequency` to
`continuous_hypothesis_frequency` and variable strategy from `Strategy.CONTINOUS`
to `Strategy.CONTINUOUS`
- In `test_run.py`, changed method names containing `continous` to `continuous`
- In `run_handlers.py`, changed method names containing `continous` to `continuous`
- Changed other minor typos