diff --git a/awswrangler/catalog/_get.py b/awswrangler/catalog/_get.py index 8a38401ef..9c442f970 100644 --- a/awswrangler/catalog/_get.py +++ b/awswrangler/catalog/_get.py @@ -988,7 +988,7 @@ def get_columns_comments( Returns ------- Dict[str, Optional[str]] - Columns comments. e.g. {"col1": "foo boo bar"}. + Columns comments. e.g. {"col1": "foo boo bar", "col2": None}. Examples --------