Skip to content

Commit

Permalink
Fix a typo in repeated capabilities documentation (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbethur authored Apr 7, 2020
1 parent 0f08028 commit 8540e86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/templates/rep_caps.rst.mako
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ${helper.get_rst_header_snippet('Repeated Capabilities', '=')}
underlying driver function call. This can be the actual function based on the :py:class:`Session`
method being called, or it can be the appropriate Get/Set Attribute function, such as :c:`${config['c_function_prefix']}SetAttributeViInt32()`.

Repeated capbilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
Repeated capabilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
The parameter can be a string, list, tuple, or slice (range). Each element of those can be a string or
an integer. If it is a string, you can indicate a range using the same format as the driver: :python:`'0-2'` or
:python:`'0:2'`
Expand Down
2 changes: 1 addition & 1 deletion docs/nidcpower/rep_caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repeated Capabilities
underlying driver function call. This can be the actual function based on the :py:class:`Session`
method being called, or it can be the appropriate Get/Set Attribute function, such as :c:`niDCPower_SetAttributeViInt32()`.

Repeated capbilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
Repeated capabilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
The parameter can be a string, list, tuple, or slice (range). Each element of those can be a string or
an integer. If it is a string, you can indicate a range using the same format as the driver: :python:`'0-2'` or
:python:`'0:2'`
Expand Down
2 changes: 1 addition & 1 deletion docs/nidigital/rep_caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repeated Capabilities
underlying driver function call. This can be the actual function based on the :py:class:`Session`
method being called, or it can be the appropriate Get/Set Attribute function, such as :c:`niDigital_SetAttributeViInt32()`.

Repeated capbilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
Repeated capabilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
The parameter can be a string, list, tuple, or slice (range). Each element of those can be a string or
an integer. If it is a string, you can indicate a range using the same format as the driver: :python:`'0-2'` or
:python:`'0:2'`
Expand Down
2 changes: 1 addition & 1 deletion docs/nifgen/rep_caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repeated Capabilities
underlying driver function call. This can be the actual function based on the :py:class:`Session`
method being called, or it can be the appropriate Get/Set Attribute function, such as :c:`niFgen_SetAttributeViInt32()`.

Repeated capbilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
Repeated capabilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
The parameter can be a string, list, tuple, or slice (range). Each element of those can be a string or
an integer. If it is a string, you can indicate a range using the same format as the driver: :python:`'0-2'` or
:python:`'0:2'`
Expand Down
2 changes: 1 addition & 1 deletion docs/niscope/rep_caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repeated Capabilities
underlying driver function call. This can be the actual function based on the :py:class:`Session`
method being called, or it can be the appropriate Get/Set Attribute function, such as :c:`niScope_SetAttributeViInt32()`.

Repeated capbilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
Repeated capabilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
The parameter can be a string, list, tuple, or slice (range). Each element of those can be a string or
an integer. If it is a string, you can indicate a range using the same format as the driver: :python:`'0-2'` or
:python:`'0:2'`
Expand Down
2 changes: 1 addition & 1 deletion docs/niswitch/rep_caps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Repeated Capabilities
underlying driver function call. This can be the actual function based on the :py:class:`Session`
method being called, or it can be the appropriate Get/Set Attribute function, such as :c:`niSwitch_SetAttributeViInt32()`.

Repeated capbilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
Repeated capabilities attributes use the indexing operator :python:`[]` to indicate the repeated capabilities.
The parameter can be a string, list, tuple, or slice (range). Each element of those can be a string or
an integer. If it is a string, you can indicate a range using the same format as the driver: :python:`'0-2'` or
:python:`'0:2'`
Expand Down

0 comments on commit 8540e86

Please sign in to comment.