Skip to content

Commit 27510d1

Browse files
authored
Fix emphs for docstring
1 parent 2a3cf51 commit 27510d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • astroquery/linelists/jplspec

astroquery/linelists/jplspec/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _build_table_from_get_molecule(self, mols):
204204
"""
205205
Fetch full catalog tables for each molecule and combine them.
206206
207-
`mols` should be passed through `_resolve_molecules` before being
207+
``mols`` should be passed through ``_resolve_molecules`` before being
208208
sent to this function if it is user-specified, but if it comes directly
209209
from a query, it should be trusted as-is.
210210
"""

0 commit comments

Comments
 (0)