Skip to content

Commit fd37cec

Browse files
committed
Updated docs.
1 parent 87a7738 commit fd37cec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ visualization library, with full integration into the robust Python ecosystem, i
1515
dataframe.
1616
* ...and even more use-case specific integrations across the broader toolkit.
1717

18-
The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.2.0.
18+
The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.3.0.
1919

2020
**COMPLETE DOCUMENTATION:** https://core-docs.highchartspython.com/en/latest/index.html
2121

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Highcharts Core for Python
3737

3838
.. sidebar:: Version Compatibility
3939

40-
**Latest Highcharts (JS) version supported:** v.11.2.0
40+
**Latest Highcharts (JS) version supported:** v.11.3.0
4141

4242
**Highcharts Core for Python** is designed to be compatible with:
4343

highcharts_core/chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def module_url(self) -> str:
451451
452452
.. warning::
453453
454-
Module paths wlil be appended to this value without checking that
454+
Module paths will be appended to this value without checking that
455455
they resolve to an actual file, e.g. the module
456456
``module/accessibility.js`` will get appended as
457457
``'https://code.highcharts.com/module/accessibility.js'``. Be sure

0 commit comments

Comments
 (0)