Browse Source

[2062] Fix class description

Mukund Sivaraman 13 years ago
parent
commit
f4e22ffd7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/sysinfo/sysinfo.py

+ 1 - 1
src/lib/python/isc/sysinfo/sysinfo.py

@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-'''This module returns CPU information.'''
+'''This module returns system information.'''
 
 import os
 import sys