Skip to content

Commit 54392a8

Browse files
committed
shorten the comment to 1.5 line
1 parent 269509d commit 54392a8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

astroquery/heasarc/core.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,9 @@ def _args_to_payload(self, **kwargs):
297297
action : str, optional
298298
Type of action to be taken (defaults to 'Query')
299299
"""
300-
# All user-facing parameters are lower case, for consistency and to preserve current interface.
301-
# The parameters as passed to the HEASARC service are capitalized according to the HEASARC requirements.
302-
# It means that in some cases, unfortunately, this module will identical but differently capitalized, e.g. `Entry` vs `entry`.
303-
# All transformations to the HEASARC-specific capitalization is done in this `_args_to_payload` function.
304-
300+
# User-facing parameters are lower case, while parameters as passed to the HEASARC service are capitalized according to the HEASARC requirements.
301+
# The necessary transformations are done in this function.
302+
305303
# Define the basic query for this object
306304

307305
mission = kwargs.pop('mission')

0 commit comments

Comments
 (0)