Browse Source

[2297] minor correction to the get_uptime_desc() docstring

JINMEI Tatuya 12 years ago
parent
commit
29047b54a1
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

@@ -97,7 +97,7 @@ class SysInfo:
     def get_uptime_desc(self):
         """Returns the uptime in human readable form.
 
-        Specifically, the format is '[DD day[s],] hh:mm'.
+        Specifically, the format is '[DD day[s], ]hh:mm'.
         It returns None if _uptime is None.
 
         """