Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Sep 3, 2018
1 parent 683a2cc commit 1ebed5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion texar/module_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class ModuleBase(object):
"""Base class inherited by modules that create Variables and are
configurable through hyperparameters.
A Texar module inheriting :class:`~texar.ModuleBase` has two key features:
A Texar module inheriting :class:`~texar.ModuleBase` has following key
features:
- **Convenient variable re-use**: A module instance creates \
its own sets of variables, and automatically re-uses its variables on \
Expand Down

0 comments on commit 1ebed5d

Please sign in to comment.