pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

addAsn1MibSource Documentation error

Open dschultzca opened this issue 4 years ago • 1 comments

In the Library documentation all three examples showing how to use this method indicate a different method name "addAsn1Source".
This may have caused the confusion in issue #62

>>> ObjectIdentity('SNMPv2-MIB', 'sysDescr').addAsn1Source('http://mibs.snmplabs.com/asn1/@mib@')
>>> ObjectIdentity('SNMPv2-MIB', 'sysDescr')

dschultzca avatar May 14 '20 16:05 dschultzca

Fixed this doc issue in https://www.pysnmp.com/pysnmp/docs/api-reference

lextm avatar Jan 20 '23 02:01 lextm