Skip to content

Commit

Permalink
Edit documentation grammar
Browse files Browse the repository at this point in the history
Minor documentation changes to correct (?) grammar.

Signed-off-by: Heikki Laaksonen <laaksonen.heikki.j@gmail.com>
  • Loading branch information
heilaaks committed Jun 9, 2019
1 parent e59cc6e commit 58750a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Introduction
============

Snippy-tldr is plugin to import tldr man pages into snippy_ tool. This is a
Snippy-tldr is plugin to import tldr man pages for snippy_ tool. This is a
plugin that itself does not have any functionality without the snippy tool.

.. _snippy: https://github.com/heilaaks/snippy
4 changes: 2 additions & 2 deletions snippy_tldr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Snippy-tldr is a plugin to import tldr man pages to snippy."""
"""Snippy-tldr is a plugin to import tldr man pages for snippy."""

class SnippyTldr(object): # pylint: disable=too-few-public-methods
"""Plugin to import tldr man pages to snippy."""
"""Plugin to import tldr man pages for snippy."""

def __init__(self):
print("hello from snippy-tldr")
Expand Down
2 changes: 1 addition & 1 deletion tests/test_snippy_tldr.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""test-snippy-tldr: Test snippy plugin to import tldr man pages.."""
"""test-snippy-tldr: Test snippy plugin to import tldr man pages."""

from snippy_tldr import SnippyTldr

Expand Down

0 comments on commit 58750a1

Please sign in to comment.