Skip to content

Commit

Permalink
Merge pull request #587 from bsipocz/DOC_typo
Browse files Browse the repository at this point in the history
DOC: fix some typos
  • Loading branch information
msdemlei authored Aug 16, 2024
2 parents c1f6903 + 5a1330d commit 01f2be5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyvo/dal/scs.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def describe(self):

class SCSQuery(DALQuery):
"""
a class for preparing an query to a Cone Search service. Query constraints
a class for preparing a query to a Cone Search service. Query constraints
are added via its service type-specific methods. The various execute()
functions will submit the query and return the results.
Expand Down
2 changes: 1 addition & 1 deletion pyvo/dal/sia.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def describe(self):

class SIAQuery(DALQuery):
"""
a class for preparing an query to an SIA service. Query constraints
a class for preparing a query to an SIA service. Query constraints
are added via its service type-specific methods. The various execute()
functions will submit the query and return the results.
Expand Down
2 changes: 1 addition & 1 deletion pyvo/dal/sla.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def describe(self):

class SLAQuery(DALQuery):
"""
a class for preparing an query to an SLA service. Query constraints
a class for preparing a query to an SLA service. Query constraints
are added via its service type-specific methods. The various execute()
functions will submit the query and return the results.
Expand Down
2 changes: 1 addition & 1 deletion pyvo/dal/ssa.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def describe(self):

class SSAQuery(DALQuery):
"""
a class for preparing an query to an SSA service. Query constraints
a class for preparing a query to an SSA service. Query constraints
are added via its service type-specific properties and methods. Once
all the constraints are set, one of the various execute() functions
can be called to submit the query and return the results.
Expand Down
4 changes: 2 additions & 2 deletions pyvo/dal/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,8 @@ def fetch_result(self):

class TAPQuery(DALQuery):
"""
a class for preparing an query to an TAP service. Query constraints
are added via its service type-specific methods. The various execute()
a class for preparing a query to a TAP service. Query constraints
are added via service type-specific methods. The various execute()
functions will submit the query and return the results.
The base URL for the query, which controls where the query will be sent
Expand Down

0 comments on commit 01f2be5

Please sign in to comment.