@@ -204,12 +204,12 @@ def query_object(name, tab, **kwargs):
204204
205205 Note
206206 ----
207- Most of the tables returned by this tye of query contain additional information
208- in the 'meta' property, including information about the table columns.
207+ Most of the tables returned by this tye of query contain additional information
208+ in the 'meta' property, including information about the table columns.
209209
210- >>> print(ast_impacts[0].meta.keys()) # doctest: +IGNORE_OUTPUT +REMOTE_DATA
211- odict_keys(['Column Info', 'observation_accepted', 'observation_rejected',
212- 'arc_start', 'arc_end', 'info', 'computation'])
210+ >>> print(ast_impacts[0].meta.keys()) # doctest: +IGNORE_OUTPUT +REMOTE_DATA
211+ odict_keys(['Column Info', 'observation_accepted', 'observation_rejected',
212+ 'arc_start', 'arc_end', 'info', 'computation'])
213213
214214
215215 **Physical Properties:** This example shows how to obtain the physical properties table.
@@ -292,7 +292,7 @@ def query_object(name, tab, **kwargs):
292292
293293 **Orbit Properties:** In order to access the orbital properties
294294 information, it is necessary to provide two additional inputs to
295- *query_object* method: `orbital_elements` andv `orbit_epoch`.
295+ *query_object* method: `orbital_elements` and `orbit_epoch`.
296296
297297 This query returns a list of three tables, the orbital properties, and the covariance
298298 and corotation matrices.
0 commit comments