When `returns` and `raises` don't have names, their sections are still rendered with a Name column. This is just an empty column. This is similar to #389 (this is just when `table_style` is not `description-list`) ## Example From [Shiny for Python](https://shiny.posit.co/py/api/testing/playwright.expect.expect_to_change.html#raises) <img width="796" alt="image" src="https://github.com/user-attachments/assets/55541094-45fb-4d7e-8862-77efd69541e6" /> ## Expected behaviour In this case, I would expect that there would no empty column named "Name". Something like: ``` ## Raises | Type | Description | | -- | -- | |TimeoutError | If the value does not change within timeout_secs. | ```