chiark / gitweb /
debian/control: Add Build-Depends for `dh-python'.
[mLib-python] / atom.pyx
index cee88b90fec7f3da379770f2b1fab2245e9eee56..5c637227f73512148917e73f1773aa57826a7df7 100644 (file)
--- a/atom.pyx
+++ b/atom.pyx
@@ -37,6 +37,7 @@ cdef class AtomIter:
     return me
 
 def atoms():
+  """atoms() -> ITER: return iterator over known atoms"""
   return AtomIter()
 
 ###----- That's all, folks --------------------------------------------------