Skip to content

Commit e1d10d7

Browse files
authored
Merge pull request #54 from blueyed/fix-typo
Doc fixes
2 parents 08e4085 + 7e143ab commit e1d10d7

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

AUTHORS.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vim-python-pep8-indent
44
.. image:: https://travis-ci.org/hynek/vim-python-pep8-indent.png?branch=travis
55
:target: https://travis-ci.org/hynek/vim-python-pep8-indent
66

7-
This small script modifies vim_’s indentation behavior to comply with PEP8_ and my aesthetic preferences.
7+
This small script modifies Vim_’s indentation behavior to comply with PEP8_ and my aesthetic preferences.
88
Most importantly::
99

1010
foobar(foo,
@@ -67,13 +67,13 @@ Therefore, if you want to use this version specifically, you’ll have to disabl
6767
License and Authorship
6868
----------------------
6969

70-
This script is based on one from vim’s official `script repo`_ that was *not* originally written by me.
70+
This script is based on one from Vim’s official `script repo`_ that was *not* originally written by me.
7171
Unfortunately the indentation was off by one character in one case and the script hasn’t been updated since 2005.
7272

7373
Even more unfortunately, I wasn’t able to reach any of the original authors/maintainers:
7474
**David Bustos** and **Eric Mc Sween**.
7575

76-
So I fixed the annoyance it with the help of `Steve Losh`_ and am putting it out here so you don’t have to patch the original yourself.
76+
So I fixed the annoyance with the help of `Steve Losh`_ and am putting it out here so you don’t have to patch the original yourself.
7777
The original patch is still available here_.
7878

7979
Over the time a lot more improvements have been contributed_ by `generous people`_.
@@ -86,7 +86,7 @@ While my Vimscript_ skills are still feeble, I intend to maintain it for now.
8686
This mainly means that I’ll triage through bugs and pull requests but won’t be fixing much myself.
8787

8888

89-
.. _vim: http://www.vim.org/
89+
.. _Vim: http://www.vim.org/
9090
.. _PEP8: http://www.python.org/dev/peps/pep-0008/
9191
.. _`script repo`: http://www.vim.org/scripts/script.php?script_id=974
9292
.. _`Steve Losh`: http://stevelosh.com/
@@ -99,4 +99,4 @@ This mainly means that I’ll triage through bugs and pull requests but won’t
9999
.. _me: https://hynek.me/
100100
.. _CC0: http://creativecommons.org/publicdomain/zero/1.0/
101101
.. _contributed: https://github.com/hynek/vim-python-pep8-indent/blob/master/CONTRIBUTING.rst
102-
.. _`generous people`: https://github.com/hynek/vim-python-pep8-indent/blob/master/AUTHORS.rst
102+
.. _`generous people`: https://github.com/hynek/vim-python-pep8-indent/graphs/contributors

0 commit comments

Comments
 (0)