Skip to content

Commit a7f2906

Browse files
Merge branch 'doc-prod'
2 parents cd0d582 + f14d6cc commit a7f2906

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the structure of the code and of the repository.
2424
in `packages/python/plotly/codegen`. Most of the codegen code concerns the generation of docstrings from
2525
the schema JSON in Plotly.js. Traces and
2626
Layout classes have a direct correspondence with their Javascript
27-
counterpart. Higher-level methods that work on on figures regardless of the current schema (e.g., `BaseFigure.for_each_trace`) are defined in `packages/python/plotly/plotly/basedatatypes.py`. Additional helper methods are defined there for the `Figure` object, such as
27+
counterpart. Higher-level methods that work on figures regardless of the current schema (e.g., `BaseFigure.for_each_trace`) are defined in `packages/python/plotly/plotly/basedatatypes.py`. Additional helper methods are defined there for the `Figure` object, such as
2828
`update_layout`, `add_trace`, etc.
2929

3030
- [the `plotly.express` module](https://plotly.com/python/plotly-express/) (usually imported as `px`) is a high-level

Diff for: doc/apidoc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = ""
25-
copyright = "2020, Plotly"
25+
copyright = "2022, Plotly"
2626
author = "Plotly"
2727

2828
# The short X.Y version

Diff for: doc/python/axes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The different groups of Cartesian axes properties are
8686
- range of the axis
8787
- domain of the axis
8888

89-
The examples on this page apply to axes of any type, but extra attributes are available for [axes of type `category`](/pythone/categorical-axes/) and [axes of type `date`](/python/time-series/).
89+
The examples on this page apply to axes of any type, but extra attributes are available for [axes of type `category`](/python/categorical-axes/) and [axes of type `date`](/python/time-series/).
9090

9191

9292
#### Set and Style Axes Title Labels

0 commit comments

Comments
 (0)