Skip to content

Commit

Permalink
lookup: fix typo in RosdepView doc string. (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored and wjwwood committed May 10, 2018
1 parent 641433a commit 43db5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rosdep2/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class RosdepView(object):
View of :class:`RosdepDatabase`. Unlike :class:`RosdepDatabase`,
which stores :class:`RosdepDatabaseEntry` data for all stacks, a
view merges entries for a particular stack. This view can then be
queries to lookup and resolve individual rosdep dependencies.
queried to lookup and resolve individual rosdep dependencies.
"""

def __init__(self, name):
Expand Down

0 comments on commit 43db5c1

Please sign in to comment.