summaryrefslogtreecommitdiff
path: root/pyuno/README
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/README')
-rw-r--r--pyuno/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/README b/pyuno/README
index 26f929a28fd8..4d88391229f1 100644
--- a/pyuno/README
+++ b/pyuno/README
@@ -13,7 +13,7 @@ that is copied to instdir and will be auto-loaded by gdb;
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
+Another way to debug Python code is to use pdb: edit some initialization
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.