Skip to content

Commit

Permalink
Docs: fix typo (containes->contains) (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyllogismRXS authored and araffin committed Nov 22, 2019
1 parent d8cc795 commit 42c2290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/algos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TRPO ✔️ ❌ ✔️ ✔

Actions ``gym.spaces``:

- ``Box``: A N-dimensional box that containes every point in the action
- ``Box``: A N-dimensional box that contains every point in the action
space.
- ``Discrete``: A list of possible actions, where each timestep only
one of the actions can be used.
Expand Down
3 changes: 2 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Documentation:
- Add QuaRL project (@srivatsankrishnan)
- Add Pwnagotchi project (@evilsocket)
- Fix `result_plotter` example
- Fix typo in algos.rst, "containes" to "contains" (@SyllogismRXS)

Release 2.8.0 (2019-09-29)
--------------------------
Expand Down Expand Up @@ -529,4 +530,4 @@ Thanks to @bjmuld @iambenzo @iandanforth @r7vme @brendenpetersen @huvar @abhiskk
@EliasHasle @mrakgr @Bleyddyn @antoine-galataud @junhyeokahn @AdamGleave @keshaviyengar @tperol
@XMaster96 @kantneel @Pastafarianist @GerardMaggiolino @PatrickWalter214 @yutingsz @sc420 @Aaahh @billtubbs
@Miffyli @dwiel @miguelrass @qxcv @jaberkow @eavelardev @ruifeng96150 @pedrohbtp @srivatsankrishnan @evilsocket
@MarvineGothic @jdossgollin
@MarvineGothic @jdossgollin @SyllogismRXS

0 comments on commit 42c2290

Please sign in to comment.