]> git.sesse.net Git - vlc/blobdiff - python/vlrs/sap.py
* Added "Id" svn:keywords property to all files containing "$Id:".
[vlc] / python / vlrs / sap.py
index 0185307287219afab641218a0472a487bc70f119..1fefc45e3f817b10f5ffabe72326af563c8cd828 100644 (file)
@@ -9,7 +9,7 @@ import cfg,socket,struct,time,threading
 
 
 def ntpTime():
-    "return the current time in NTP decimal format"
+    "Return the current time in NTP decimal format"
     return "%d" % (int(time.time()) + 2208988800L)