summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-03-23 21:24:17 +0100
committerIlya Etingof <etingof@gmail.com>2017-03-23 21:24:17 +0100
commit1066589970680432e6f082a57d401793127c0a03 (patch)
treef849c8c81f507ec46d6eb768aebb89af4451b33d /README.md
parentf57cd228ddc8088de99778ce623045a5991b05ca (diff)
downloadpysnmp-git-1066589970680432e6f082a57d401793127c0a03.tar.gz
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b611283..95a8ccd6 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ else:
print(' = '.join([x.prettyPrint() for x in varBind]))
```
-This is how send SNMP TRAP:
+This is how to send SNMP TRAP:
```python
from pysnmp.hlapi import *