Skip to content

Commit

Permalink
Add __init__ to Sentiment Analysis Dataset docs (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacker150 authored Jan 13, 2021
1 parent 742e1d3 commit fa90aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ SST
~~~

.. autoclass:: SST
:members: splits, iters
:members: __init__, splits, iters

IMDb
~~~~

.. autoclass:: IMDB
:members: splits, iters
:members: __init__, splits, iters


Text Classification
Expand Down

0 comments on commit fa90aa2

Please sign in to comment.