diff --git a/doc/source/whatsnew/v1.3.0.rst b/doc/source/whatsnew/v1.3.0.rst
index ba6bfb9da11cc..2f024af34b19d 100644
--- a/doc/source/whatsnew/v1.3.0.rst
+++ b/doc/source/whatsnew/v1.3.0.rst
@@ -143,7 +143,7 @@ One also has greater control of the display through separate sparsification of t
Render trimming has also been added for large numbers of data elements to avoid browser overload (:issue:`40712`).
We have added an extension to allow LaTeX styling as an alternative to CSS styling and a method :meth:`.Styler.to_latex`
-which renders the necessary LaTeX format including built-up styles. An additional file io function :meth:`.Styler.to_html` has been added for convenience (:issue:`40312`).
+which renders the necessary LaTeX format including built-up styles (:issue:`21673`, :issue:`41659`). An additional file io function :meth:`Styler.to_html` has been added for convenience (:issue:`40312`).
Documentation has also seen major revisions in light of new features (:issue:`39720` :issue:`39317` :issue:`40493`)
diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py
index d6c151c3ed740..7b88d53dd7f4e 100644
--- a/pandas/io/formats/style.py
+++ b/pandas/io/formats/style.py
@@ -87,8 +87,8 @@ class Styler(StylerRenderer):
List of {selector: (attr, value)} dicts; see Notes.
uuid : str, default None
A unique identifier to avoid CSS collisions; generated automatically.
- caption : str, default None
- Caption to attach to the table.
+ caption : str, tuple, default None
+ String caption to attach to the table. Tuple only used for LaTeX dual captions.
table_attributes : str, default None
Items that show up in the opening ``