Skip to content

Commit d699f4a

Browse files
authored
Fixing sphinx build
1 parent 6e53bba commit d699f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/jplhorizons/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class HorizonsClass(BaseQuery):
3838

3939
raw_response = deprecated_attribute(
4040
'raw_response', '0.4.7',
41-
alternative=("an `_async` method (e.g., `ephemerides_async`) to "
41+
alternative=("an ``_async`` method (e.g., ``ephemerides_async``) to "
4242
"return a response object, and access the content with "
43-
"`response.text`"))
43+
"``response.text``"))
4444

4545
def __init__(self, id=None, location=None, epochs=None,
4646
id_type=None):

0 commit comments

Comments
 (0)