Index: pyfits/NP_pyfits.py
===================================================================
--- pyfits/NP_pyfits.py	(revision 10818)
+++ pyfits/NP_pyfits.py	(revision 10819)
@@ -2313,6 +2313,9 @@
 class _ValidHDU(_AllHDU, _Verify):
     """Base class for all HDUs which are not corrupted."""
 
+    def _summary(self):
+        return "%-10s  %-11s" % (self.name, "ValidHDU")
+
     # 0.6.5.5
     def size(self):
         """Size (in bytes) of the data portion of the HDU."""

