[pytango] 18/26: fix typo

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:16:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag v8.1.8
in repository pytango.

commit 9500a47fb9fb471ebaef2bedf3893586b68e28c0
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Tue Oct 6 17:54:38 2015 +0200

    fix typo
---
 src/boost/python/server.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/boost/python/server.py b/src/boost/python/server.py
index fa1752c..d580935 100644
--- a/src/boost/python/server.py
+++ b/src/boost/python/server.py
@@ -419,7 +419,10 @@ def inheritance_patch(attrs):
 
 def DeviceMeta(name, bases, attrs):
     """
-    The :py:data:`metaclass` callable for :class:`Device`.
+    The :py:data:`metaclass` callable for :class:`Device`.Every
+    sub-class of :class:`Device` must have associated this metaclass
+    to itself in order to work properly (boost-python internal
+    limitation).
 
     Example (python 2.x)::
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list