summaryrefslogtreecommitdiff
path: root/pyvisa/resources/firewire.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-08-14 02:17:22 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-08-14 02:17:22 -0300
commit92e6403413100870d6ab16cd991ffd83fcdc137e (patch)
tree853c74a27d8ec2fd5348491aeb66e73d0669a8e6 /pyvisa/resources/firewire.py
parent0df6dcedcdf914813fa14a51b50b77fa85de27a4 (diff)
Working on the docs for 1.6
Diffstat (limited to 'pyvisa/resources/firewire.py')
-rw-r--r--pyvisa/resources/firewire.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyvisa/resources/firewire.py b/pyvisa/resources/firewire.py
index 857c65f..3fd5502 100644
--- a/pyvisa/resources/firewire.py
+++ b/pyvisa/resources/firewire.py
@@ -25,5 +25,5 @@ class FirewireInstrument(RegisterBasedResource):
More complex resource names can be specified with the following grammar:
VXI[board]::VXI logical address[::INSTR]
- Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open`.
+ Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open_resource`.
"""