Skip to content

Commit 3ad1fb0

Browse files
authored
Merge pull request #4381 from plotly/LiamConnors-patch-1
Fix link
2 parents 5e018ed + ad72d43 commit 3ad1fb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/python/3d-surface-plots.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fig.show()
7777
#### Surface Plot With Contours
7878

7979

80-
Display and customize contour data for each axis using the `contours` attribute ([reference](plotly.com/python/reference/surface/#surface-contours)).
80+
Display and customize contour data for each axis using the `contours` attribute ([reference](https://plotly.com/python/reference/surface/#surface-contours)).
8181

8282
```python
8383
import plotly.graph_objects as go

Diff for: packages/python/plotly/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def run(self):
420420

421421
# update plotly.js version in _plotlyjs_version
422422
rev = build_info["vcs_revision"]
423-
date = build_info["committer_date"]
423+
date = str(build_info["committer_date"])
424424
version = "_".join([self.devrepo, self.devbranch, date[:10], rev[:8]])
425425
overwrite_plotlyjs_version_file(version)
426426

0 commit comments

Comments
 (0)