Skip to content

Commit

Permalink
Updating the docs to correct the signature of FFTW.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgomersall committed Feb 26, 2012
1 parent 46b95a0 commit c3b90e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.rst
Expand Up @@ -59,7 +59,7 @@ FFTW. Simply renaming the class should be sufficient to migrate**
FFTW Class
-----------------

.. autoclass:: pyfftw.FFTW(input_array, output_array, axes=[-1], direction='FFTW_FORWARD', flags=['FFTW_MEASURE'])
.. autoclass:: pyfftw.FFTW(input_array, output_array, axes=(-1,), direction='FFTW_FORWARD', flags=('FFTW_MEASURE',))

.. _FFTW_update_arrays:

Expand Down

0 comments on commit c3b90e5

Please sign in to comment.