Merge lp:~thisfred/u1db/typo into lp:u1db

Proposed by Eric Casteleijn
Status: Merged
Approved by: Lucio Torre
Approved revision: 393
Merged at revision: 393
Proposed branch: lp:~thisfred/u1db/typo
Merge into: lp:u1db
Diff against target: 12 lines (+1/-1)
1 file modified
html-docs/tutorial.rst (+1/-1)
To merge this branch: bzr merge lp:~thisfred/u1db/typo
Reviewer Review Type Date Requested Status
Lucio Torre (community) Approve
Review via email: mp+121663@code.launchpad.net

Commit message

Fixed a missing ":" in the tutorial

Description of the change

Fixed a missing ":" in the tutorial

To post a comment you must log in.
Revision history for this message
Lucio Torre (lucio.torre) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'html-docs/tutorial.rst'
2--- html-docs/tutorial.rst 2012-08-22 15:35:16 +0000
3+++ html-docs/tutorial.rst 2012-08-28 16:54:19 +0000
4@@ -238,7 +238,7 @@
5 """Get all tags in use in the entire database."""
6 return [key[0] for key in self.db.get_index_keys(TAGS_INDEX)]
7
8-The py:meth:`~u1db.Database.get_index_keys` method gets a list of all indexed
9+The :py:meth:`~u1db.Database.get_index_keys` method gets a list of all indexed
10 *values* from an index. In this case it will give us a list of all tags that
11 have been used in the database, which can be useful if we want to present them
12 in the user interface of our application.

Subscribers

People subscribed via source and target branches