summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-26 09:56:47 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-30 15:06:45 +0000
commitfc2590cfa112222500a6c847917d7545f60024c6 (patch)
tree951f6a8e86c6d42672b9fe1e6e6cde3ee7eed152 /pyuno
parent783b02de3bc75cd0be1a6e919d4755a297fe7a84 (diff)
Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/README b/pyuno/README
index 57f57db69870..a0a40027004b 100644
--- a/pyuno/README
+++ b/pyuno/README
@@ -14,6 +14,6 @@ it provides commands like "py-bt" to get a python-level backtrace,
and "py-print" to print python variables.
Another way to debug python code is to use pdb: edit some initalization
-function to to insert "import pdb; pdb.set_trace()" (somewhere so that it is
+function to insert "import pdb; pdb.set_trace()" (somewhere so that it is
executed early), then run soffice from a terminal and a command-line python
debugger will appear where you can set python-level breakpoints.