summaryrefslogtreecommitdiffstats
path: root/docs/best_practices_guide.adoc
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-10-20 13:04:59 -0400
committerGitHub <noreply@github.com>2016-10-20 13:04:59 -0400
commit556e8d290892c212f591b0ef06ea35dd47020783 (patch)
treefed3bce57bcd86637d2c2a5b74c9bd719caa242e /docs/best_practices_guide.adoc
parent1e943532d3f2ba47cbc028ee05eab683e5ffbc81 (diff)
parent5bfa7e8da79685e09097d266d6cf453729e704dc (diff)
downloadopenshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.gz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.bz2
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.xz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.zip
Merge pull request #2623 from rhcarvalho/typos
Fix typos
Diffstat (limited to 'docs/best_practices_guide.adoc')
-rw-r--r--docs/best_practices_guide.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/best_practices_guide.adoc b/docs/best_practices_guide.adoc
index 267aa850d..cac9645a6 100644
--- a/docs/best_practices_guide.adoc
+++ b/docs/best_practices_guide.adoc
@@ -76,7 +76,7 @@ def add_person(first_name, last_name, age=None):
=== PyLint
-http://www.pylint.org/[PyLint] is used in an attempt to keep the python code as clean and as managable as possible. The build bot runs each pull request through PyLint and any warnings or errors cause the build bot to fail the pull request.
+http://www.pylint.org/[PyLint] is used in an attempt to keep the python code as clean and as manageable as possible. The build bot runs each pull request through PyLint and any warnings or errors cause the build bot to fail the pull request.
'''
[[PyLint-rules-MUST-NOT-be-disabled-on-a-whole-file]]