From b4cedd0700cf5d789b18e82e182230500e83bd1c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 16 Jul 2013 17:27:33 -0400
Subject: [PATCH] Minor doc fix

---
 doc/reference.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/reference.rst b/doc/reference.rst
index 4239a498a..a1820e219 100644
--- a/doc/reference.rst
+++ b/doc/reference.rst
@@ -37,7 +37,7 @@ Specifying Types
 
 :mod:`loopy` uses the same type system as :mod:`numpy`. (See
 :class:`numpy.dtype`) It also uses :mod:`pyopencl` for a registry of
-user-defined types and their C equivalents. See :func:`pyopencl.get_or_register_dtype`
+user-defined types and their C equivalents. See :func:`pyopencl.tools.get_or_register_dtype`
 and related functions.
 
 For a string representation of types, all numpy types (e.g. ``float32`` etc.)
-- 
GitLab