From 1a9760dbd57a9b000fd191629fc4f2157612dbe2 Mon Sep 17 00:00:00 2001 From: miaohb Date: Thu, 5 Jan 2017 10:30:28 +0800 Subject: [PATCH] Fix typos in HACKING.rst This patch fixes typos in HACKING.rst. Change-Id: Id1644c269276e0bc4d1b627c82aff51f548ec23b --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index b5c07bc54..c93744e46 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -115,7 +115,7 @@ Example:: :param bar: (Default True) the bar parameter :param foo_long_bar: the foo parameter description is very long so we have to split it in multiple lines in order to - keey things ordered + keep things ordered :returns: return_type -- description of the return value :returns: description of the return value :raises: AttributeError, KeyError