Fix warnings reported by gen_doc.sh
[csit.git] / resources / libraries / python / CpuUtils.py
index 3cb4454..5d8b8a6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2016 Cisco and/or its affiliates.
+# Copyright (c) 2018 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -114,8 +114,8 @@ class CpuUtils(object):
         :type smt_used: bool
         :returns: List of cpu numbers related to numa from argument.
         :rtype: list of int
-        :raises RuntimeError: If node cpuinfo is not available or if SMT is not
-        enabled.
+        :raises RuntimeError: If node cpuinfo is not available
+            or if SMT is not enabled.
         """
 
         cpu_node = int(cpu_node)