Skip to content

Commit d79b32c

Browse files
committed
Removed duplicate 'to'
1 parent b086b1d commit d79b32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The second characteristic is that the Rally REST API for some queries and result
106106
not a scalar value but a reference to yet another entity in the Rally system. A Project or
107107
a Release are good examples of these. Say your query specified the retrieval of some UserStories,
108108
and you listed the Project as a field to return with these results. From an end-user perspective,
109-
seeing the project name as opposed to to an URL with an ObjectID value would be far more intuitive.
109+
seeing the project name as opposed to an URL with an ObjectID value would be far more intuitive.
110110

111111
The Python toolkit for the Rally REST API offers this sort of intuitive behavior by "chasing" the URL
112112
to obtain the more human friendly and intuitive information for display. This sort of behavior is

0 commit comments

Comments
 (0)