Skip to content

Commit

Permalink
backup before refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
szaghi committed Jul 3, 2015
1 parent 68ea706 commit c2bd4df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/python/matisse/presentation/slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# class definition
class Slide(object):
"""
Slide is an object that handles a single slide, its attributes and methods.
Handle single slide, its attributes and methods.
Attributes
----------
Expand All @@ -45,7 +45,7 @@ def __init__(self, raw_body='', title='', data=None, theme=None, local_number=1)
Parameters
----------
raw_body : str, optional
string containing the body of the slide in raw format
body of the slide in raw format
title : str, optional
slide title
data : OrderedDict object, optional
Expand All @@ -56,7 +56,7 @@ def __init__(self, raw_body='', title='', data=None, theme=None, local_number=1)
Attributes
----------
raw_body : str
string containing the body of the slide in raw format
body of the slide in raw format
number : int
slide number in global numeration
local_number : int
Expand Down

0 comments on commit c2bd4df

Please sign in to comment.