8000 Fixes example service name example consistency · bb33bb/python-for-android@59b0061 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59b0061

Browse files
committed
Fixes example service name example consistency
It makes it easier to understand by using the initial example with `myservice` as service name.
1 parent 0dc7664 commit 59b0061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/services.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ python-for-android creates for each one, as follows::
7070

7171
Here, ``your.package.name`` refers to the package identifier of your
7272
APK as set by the ``--package`` argument to python-for-android, and
73-
the name of the service is ``ServiceYourservicename``, in which
74-
``Yourservicename`` is the identifier passed to the ``--service``
75-
argument with the first letter upper case. You must also pass the
73+
the name of the service is ``ServiceMyservice``, in which ``Myservice``
74+
is the identifier that was previously passed to the ``--service``
75+
argument, but with the first letter upper case. You must also pass the
7676
``argument`` parameter even if (as here) it is an empty string. If you
7777
do pass it, the service can make use of this argument.
7878

0 commit comments

Comments
 (0)
0