diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-25 14:51:59 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-25 14:51:59 -0500 |
commit | ffa893ed56507c3a7604ffb380a1571baf949392 (patch) | |
tree | 94e344c73b1676164a22de19db4acf48da1e5f96 /doc | |
parent | 83c1e1451d2cfac34cae4e4d7a9eb30a134436d0 (diff) | |
download | netconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.tar.gz netconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.tar.bz2 netconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.tar.xz netconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.zip |
Service: Be consistent with namespace naming
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/service.rst b/doc/service.rst index 7770586..162b168 100644 --- a/doc/service.rst +++ b/doc/service.rst @@ -114,7 +114,7 @@ Python API ========== The service management module is loaded as any other NETCONF APK module. -It implements the ``http://adelielinux.org/ns/netconf/service`` namespace. +It implements the ``http://netconf.adelielinux.org/ns/service`` namespace. Other modules access the service management Python API by retrieving a handle to the module implementing that namespace, and then calling well- defined methods on it. |