From da352a8cdae6e72821bca03eb58bbd3656659197 Mon Sep 17 00:00:00 2001
From: Jim Bosch <jbosch@astro.princeton.edu>
Date: Mon, 20 Nov 2023 15:06:41 -0500
Subject: [PATCH] Update python/lsst/daf/butler/dimensions/_coordinate.py

Co-authored-by: Tim Jenness <tjenness@lsst.org>
---
 python/lsst/daf/butler/dimensions/_coordinate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/lsst/daf/butler/dimensions/_coordinate.py b/python/lsst/daf/butler/dimensions/_coordinate.py
index 3a57d0c0ac..6ba18d92f0 100644
--- a/python/lsst/daf/butler/dimensions/_coordinate.py
+++ b/python/lsst/daf/butler/dimensions/_coordinate.py
@@ -135,7 +135,7 @@ class DataCoordinate(NamedKeyMapping[Dimension, DataIdValue]):
 
     Lookups for implied dimensions (those in ``self.dimensions.implied``) are
     supported if and only if `has_full_values` is `True`.  This also sets the
-    keys of the `mapping` attribute.  This means that DataCoordinate equality
+    keys of the `mapping` attribute.  This means that `DataCoordinate` equality
     is not the same as testing for equality on the `mapping` attribute
     (instead, it is the same as testing for equality on the `required`
     attribute).