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
=== modified file 'html-docs/tutorial.rst'
--- html-docs/tutorial.rst 2012-08-22 15:35:16 +0000
+++ html-docs/tutorial.rst 2012-08-28 16:54:19 +0000
@@ -238,7 +238,7 @@
238 """Get all tags in use in the entire database."""238 """Get all tags in use in the entire database."""
239 return [key[0] for key in self.db.get_index_keys(TAGS_INDEX)]239 return [key[0] for key in self.db.get_index_keys(TAGS_INDEX)]
240240
241The py:meth:`~u1db.Database.get_index_keys` method gets a list of all indexed241The :py:meth:`~u1db.Database.get_index_keys` method gets a list of all indexed
242*values* from an index. In this case it will give us a list of all tags that242*values* from an index. In this case it will give us a list of all tags that
243have been used in the database, which can be useful if we want to present them243have been used in the database, which can be useful if we want to present them
244in the user interface of our application.244in the user interface of our application.

Subscribers

People subscribed via source and target branches