Skip to content

Commit cff2ab5

Browse files
committed
Fixed typos in plot and iplot docs, updated CHANGLOG & version
1 parent d9d83b2 commit cff2ab5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.8.3] - 2015-08-14
8+
### Fixed
9+
- Fixed typos in `plot` and `iplot` documentations
10+
711
## [1.8.2] - 2015-08-11
812
### Added
913
- CHANGELOG

plotly/plotly/plotly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def iplot(figure_or_data, **plot_options):
155155
'extend': add additional numbers (data) to existing traces
156156
'append': add additional traces to existing data lists
157157
world_readable (default=True) -- make this figure private/public
158-
sharing ('public' | 'private' | 'sharing') -- Toggle who can view this
158+
sharing ('public' | 'private' | 'secret') -- Toggle who can view this
159159
graph
160160
- 'public': Anyone can view this graph. It will appear in your profile
161161
and can appear in search engines. You do not need to be
@@ -216,7 +216,7 @@ def plot(figure_or_data, validate=True, **plot_options):
216216
auto_open (default=True) -- Toggle browser options
217217
True: open this plot in a new browser tab
218218
False: do not open plot in the browser, but do return the unique url
219-
sharing ('public' | 'private' | 'sharing') -- Toggle who can view this
219+
sharing ('public' | 'private' | 'secret') -- Toggle who can view this
220220
graph
221221
- 'public': Anyone can view this graph. It will appear in your profile
222222
and can appear in search engines. You do not need to be

plotly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.8.2'
1+
__version__ = '1.8.3'

0 commit comments

Comments
 (0)