Skip to content

Commit

Permalink
Better name for chart plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Apr 16, 2018
1 parent ae91c25 commit 77d16cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/shortcode/chart.py
Expand Up @@ -23,7 +23,7 @@
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""Chart directive for reSTructuredText."""
"""Chart shortcode."""

from ast import literal_eval

Expand All @@ -38,7 +38,7 @@
_site = None


class Plugin(ShortcodePlugin):
class ChartShortcode(ShortcodePlugin):
"""Plugin for chart shortcode."""

name = "chart"
Expand Down

0 comments on commit 77d16cf

Please sign in to comment.