Commit e6e2a94
committed
Fix typos and grammar errors in documentation and source code
Fix 39 errors across 30 files in hand-written source code and documentation:
Spelling fixes:
- "seperate" -> "separate" (utils.py, _facet_grid.py)
- "auxilary" -> "auxiliary" (callbacks.py, 2 instances)
- "immediatly" -> "immediately" (basewidget.py)
- "paramter" -> "parameter" (png.py)
- "coresponding" -> "corresponding" (2d-projection-of-3d-surface.md)
- "indicies" -> "indices", "verticies" -> "vertices" (_trisurf.py, renderer.py)
- "coverted" -> "converted", "specificed" -> "specified", "legnth" -> "length",
"aswell" -> "as well" (colors/__init__.py)
- "vica versa" -> "vice versa" (v4-migration.md)
- "explictly" -> "explicitly" (pattern-hatching-texture.md)
- "Ploty" -> "Plotly" (__init__.py, io/__init__.py)
Double word fixes:
- "the the" -> "the" (5 instances in .md files, 1 in CONTRIBUTING.md)
- "to to" -> "to" (offline.py, basedatatypes.py)
- "is is" -> "is" (marker-style.md)
- "and and" -> "and" (v4-migration.md)
- "on on" -> "on" (ecdf-plots.md)
- "a a" -> "a" (outlier-test.md)
- "that that" -> "that" (normality-test.md)
- "in in" -> "in" (CHANGELOG.md)
- "be be" -> "be" (test_lazy_imports.py)
- "a an" -> "an" (axes.md)
Grammar fixes:
- "a integer" -> "an integer" (basevalidators.py - fixes 500+ generated files)
- "a HTML report or an website" -> "an HTML report or a website" (offline.py)
- "a object" -> "an object" (basedatatypes.py)
- "it's" -> "its" as possessive (basedatatypes.py)
- "diagnoses" -> "diagnose" wrong verb form (ml-regression.md)
Broken link fixes:
- Fix empty links for [Box plots]() and [violin plots]() (categorical-axes.md)1 parent b009b25 commit e6e2a94
File tree
30 files changed
+39
-39
lines changed- _plotly_utils
- colors
- doc
- python
- unconverted/python
- plotly
- figure_factory
- io
- matplotlylib
- offline
- test_init
30 files changed
+39
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | | - | |
| 801 | + | |
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
| 881 | + | |
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
571 | | - | |
| 570 | + | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
| 696 | + | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments