Clean up docstrings
[mudpy.git] / lib / mudpy / misc.py
index d78eac6..a8b0104 100644 (file)
@@ -2588,8 +2588,7 @@ def setup():
 
 
 def finish():
-    """This contains functions to be performed when shutting down the
-        engine."""
+    """These are functions performed when shutting down the engine."""
 
     # the loop has terminated, so save persistent data
     universe.save()