From 78a8bb96a6ef0fbb1b33cb10cb3dd56e894835f9 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 1 Jul 2013 02:31:13 -0400
Subject: [PATCH] Minor doc fix

---
 pytools/log.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pytools/log.py b/pytools/log.py
index f95674b..7ff25a6 100644
--- a/pytools/log.py
+++ b/pytools/log.py
@@ -302,7 +302,7 @@ class LogManager(object):
         :param mode: One of "w", "r" for write, read. "w" assumes that the
           database is initially empty. May also be "wu" to indicate that
           a unique filename should be chosen automatically.
-        :arg mpi_comm: A :mod:`mpi4py.MPI.Communicator`. If given, logs are
+        :arg mpi_comm: A :mod:`mpi4py.MPI.Comm`. If given, logs are
             periodically synchronized to the head node, which then writes them
             out to disk.
         :param capture_warnings: Tap the Python warnings facility and save warnings
-- 
GitLab