fix up small typos

This commit is contained in:
Jason Paryani
2013-11-05 15:37:51 -08:00
parent 229903b87b
commit d8bb8206b9
2 changed files with 6 additions and 6 deletions

View File

@@ -1885,7 +1885,7 @@ def add_import_hook(additional_paths=[]):
import capnp
capnp.add_import_hook()
import addressbook
import addressbook_capnp
# equivalent to capnp.load('addressbook.capnp', 'addressbook', sys.path), except it will search for 'addressbook.capnp' in all directories of sys.path
:type additional_paths: list