Skip to content

Commit f3488be

Browse files
committed
consistency in description of arb waveform
1 parent 951f558 commit f3488be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generated/nifake/nifake/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ def write_waveform_numpy(self, waveform):
17111711
def write_waveform_numpy_complex128(self, waveform_data_array):
17121712
r'''write_waveform_numpy_complex128
17131713
1714-
A method that writes a waveform of numpy complex128 numbers
1714+
A method that writes a waveform of numpy complex128 numbers.
17151715
17161716
Args:
17171717
waveform_data_array (numpy.array(dtype=numpy.complex128)): Specifies the array of data to load into the waveform. Array should be numberOfSamples big.

src/nifake/metadata/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,7 @@
28832883
'WriteWaveformNumpyComplex128': {
28842884
'codegen_method': 'public',
28852885
'documentation': {
2886-
'description': 'A function that writes a waveform of numpy complex128 numbers'
2886+
'description': 'A function that writes a waveform of numpy complex128 numbers.'
28872887
},
28882888
'included_in_proto': False,
28892889
'is_error_handling': False,

0 commit comments

Comments
 (0)