Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #102 from 0xflotus/feature/patches-0xflotus
Browse files Browse the repository at this point in the history
Feature/patches 0xflotus
  • Loading branch information
Sergey Vasilyev authored Jun 13, 2019
2 parents 5308ed9 + cff52e6 commit 8d038f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Create GPG key:

Add the GPG key to your GitHub settings.

The straighforward way to sign git commits::
The straightforward way to sign git commits::

git commit -s -m "adding X to change Y"

Expand Down
2 changes: 1 addition & 1 deletion docs/hierarchies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Kopf provides some tools to simplify connecting these objects together.
.. note::

Kopf is not a Kubernetes client library.
It does not provide any means to manipulate the Kubernets objects
It does not provide any means to manipulate the Kubernetes objects
or to talk to the Kubernetes API.
Use any of the existing libraries for that purpose,
such as the official `kubernetes client`_ or pykube-ng_.
Expand Down
2 changes: 1 addition & 1 deletion docs/loading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Which way to use depends on how the source code is structured,
and is out of scope of Kopf.

Each of the mentioned files and modules will be imported.
The handlers should be registred during the import.
The handlers should be registered during the import.
This is usually done by using the function decorators --- see :doc:`/handlers`.

0 comments on commit 8d038f7

Please sign in to comment.