summaryrefslogtreecommitdiff
path: root/docs/manual/python
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2015-10-14 13:15:34 +0200
committerMichal Čihař <nijel@debian.org>2015-10-14 13:15:34 +0200
commit14ab055695a4b394d2611983e13992dc601f8c8b (patch)
tree48ffd2be3c81c314c0276fe651ee16014dc45b40 /docs/manual/python
parent3a1d9ea026f7f0ce5c5fedd8058892d5e1d3d271 (diff)
Imported Upstream version 1.36.6
Diffstat (limited to 'docs/manual/python')
-rw-r--r--docs/manual/python/examples.rst2
-rw-r--r--docs/manual/python/index.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/python/examples.rst b/docs/manual/python/examples.rst
index 586c0e9..5f9a9d8 100644
--- a/docs/manual/python/examples.rst
+++ b/docs/manual/python/examples.rst
@@ -87,7 +87,7 @@ Sending a long message
# Create SMS info structure
smsinfo = {
- 'Class': 1,
+ 'Class': -1,
'Unicode': False,
'Entries': [
{
diff --git a/docs/manual/python/index.rst b/docs/manual/python/index.rst
index 1c32616..2ec00eb 100644
--- a/docs/manual/python/index.rst
+++ b/docs/manual/python/index.rst
@@ -1,7 +1,7 @@
.. _python:
-python-gammu API
-================
+python-gammu
+============
A taste of python-gammu
-----------------------