summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2015-08-06 12:27:14 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2015-08-06 12:27:14 -0300
commit7661a87330ba98513d62ce28fa3bcf4e5f43ea41 (patch)
treeee177d8bb07b203b889fff31ec7f4adc5d460541 /docs
parent91a4729af39696c536f403376e47378df488f0b6 (diff)
parentf1589d90a0aa7d5d817d79a690ee92ea1ee1f5ac (diff)
Merge branch 'patch-1' of git://github.com/HummingBrid/pyvisa into HummingBrid-patch-1
Diffstat (limited to 'docs')
-rw-r--r--docs/backends.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/backends.rst b/docs/backends.rst
index 78f11a4..e94188e 100644
--- a/docs/backends.rst
+++ b/docs/backends.rst
@@ -9,7 +9,7 @@ with me for a couple of lines. Originally PyVISA was a Python wrapper to the VIS
library. More specifically, it was :py:mod:`ctypes` wrapper around the NI-VISA.
This approach worked fine but made it difficult to develop other ways to communicate
with instruments in platforms where NI-VISA was not available. Users had to change
-they programs to use other packages with different API.
+their programs to use other packages with different API.
Since 1.6, PyVISA is a frontend to VISA. It provides a nice, Pythonic API and can
connect to multiple backends. Each backend exposes a class derived from VisaLibraryBase