From 2bfd13643c870b66800734f7fafeb6e1e9204896 Mon Sep 17 00:00:00 2001 From: Akilan Pughazhendi Date: Thu, 14 Jul 2016 20:25:37 +0000 Subject: [PATCH] Grammar fix in code contribution guide Change-Id: Iac29eb7f0b8217476ebc87c2da455efe01d72417 --- doc/source/dev/code-contribution-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dev/code-contribution-guide.rst b/doc/source/dev/code-contribution-guide.rst index 43017916eb..e669b7ed3f 100644 --- a/doc/source/dev/code-contribution-guide.rst +++ b/doc/source/dev/code-contribution-guide.rst @@ -158,7 +158,7 @@ Agent driver attributes: These are only some fields in use. Other vendor drivers might expose more ``driver_internal_info`` properties, please check their development documentation and/or module docstring for details. It is important for developers to make sure these properties follow the precedent of prefixing their - variable names with a specific interface name(e.g., iboot_bar, amt_xyz), so as to minimize or avoid + variable names with a specific interface name (e.g., iboot_bar, amt_xyz), so as to minimize or avoid any conflicts between interfaces.