From 7147d5161ebb8a7f33d516a3adf28497cfaaa2f6 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 20 Oct 2015 22:32:09 -0500 Subject: [PATCH] Doc typo fix --- meshmode/mesh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/mesh/__init__.py b/meshmode/mesh/__init__.py index 13614604..f6ebe0cc 100644 --- a/meshmode/mesh/__init__.py +++ b/meshmode/mesh/__init__.py @@ -412,7 +412,7 @@ class Mesh(Record): .. attribute:: facial_adjacency_groups - An list of mappings from neighbor group IDs to instances of + A list of mappings from neighbor group IDs to instances of :class:`FacialAdjacencyGroup`. ``facial_adjacency_groups[igrp][ineighbor_group]`` gives -- GitLab