diff options
Diffstat (limited to 'Documentation/sphinx/kernel_feat.py')
| -rw-r--r-- | Documentation/sphinx/kernel_feat.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sphinx/kernel_feat.py b/Documentation/sphinx/kernel_feat.py index c91ea2b27697..8138d69a6987 100644 --- a/Documentation/sphinx/kernel_feat.py +++ b/Documentation/sphinx/kernel_feat.py @@ -106,7 +106,7 @@ class KernelFeat(Directive):          return nodeList      def runCmd(self, cmd, **kwargs): -        u"""Run command ``cmd`` and return it's stdout as unicode.""" +        u"""Run command ``cmd`` and return its stdout as unicode."""          try:              proc = subprocess.Popen(  |