@@ -1284,7 +1284,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
12841284- # 110 de-vendorize [colorama][colorama]. Thanks [@marbu][@marbu].
12851285- # 109 fix failure of test_pane_order on fedora machines from
12861286 [@marbu][@marbu]
1287- - # 105 append `.txt` extension to manuals (repo ony )
1287+ - # 105 append `.txt` extension to manuals (repo only )
12881288 from [@yegortimoshenko][@yegortimoshenko].
12891289- # 107 Fix Server.attached_sessions return type by
12901290 [@thomasballinger][@thomasballinger].
@@ -1445,7 +1445,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
14451445# # tmuxp 0.1-rc8 (2013-12-17)
14461446
14471447- ` unicode_literals`
1448- - Move py2/py3 compliancy code to `_compat`.
1448+ - Move py2/py3 compliance code to `_compat`.
14491449
14501450# # tmuxp 0.1-rc7 (2013-12-07)
14511451
@@ -1690,7 +1690,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
16901690- fix bug where `-v` and `--version` wouldn't print version.
16911691- property handle case where no tmux server exists when
16921692 ` attach-session` or `kill-session` is used.
1693- - test fixtures and inital work for importing
1693+ - test fixtures and initial work for importing
16941694 [tmuxinator][tmuxinator] and [teamocil][teamocil] configs
16951695
16961696# # tmuxp 0.1-dev (2013-10-24)
@@ -1742,11 +1742,11 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python
17421742 {meth}`Server.__list_sessions()` exists to keep the command layered so
17431743 it can be tested against in a matrix with travis and compatibility
17441744 methods can be made.
1745- - {class}`Session` now has @proprety {meth}`Session.windows` returning a
1745+ - {class}`Session` now has @property {meth}`Session.windows` returning a
17461746 list of {class}`Window` objects via {meth}`Session.list_windows()`.
17471747 @property {meth}`Session._windows` to {meth}`Session._list_windows()`
17481748 to return a list of dicts without making objects.
1749- - {class}`Window` now has @proprety {meth}`Window.panes` returning a
1749+ - {class}`Window` now has @property {meth}`Window.panes` returning a
17501750 list of {class}`Pane` objects via {meth}`Window.list_panes()`.
17511751 @property {meth}`Window._panes` to {meth}`Window._list_panes()`
17521752 to return a list of dicts without making objects.
0 commit comments