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 and bsipocz committed Oct 14, 2024
1 parent 99ca0e5 commit 4e5e313
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 @@ -256,7 +256,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 @@ -223,7 +223,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 @@ -292,7 +292,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 4e5e313

Please sign in to comment.