Skip to content

Commit 6ea50a8

Browse files
typo and Non-public API message
1 parent 6f8b446 commit 6ea50a8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

carto/kuvizs.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
2-
Module for working with map custom visualizations (aka Kuvizs)
2+
Module for working with custom map visualizations (aka Kuvizs)
33
44
.. module:: carto.Kuvizs
55
:platform: Unix, Windows
6-
:synopsis: Module for working with map custom visualizations (aka Kuvizs)
6+
:synopsis: Module for working with custom map visualizations (aka Kuvizs)
77
88
.. moduleauthor:: Simon Martin <[email protected]>
99
@@ -25,7 +25,9 @@
2525

2626
class Kuviz(WarnResource):
2727
"""
28-
Represents a map custom visualization in CARTO.
28+
Represents a custom map visualization in CARTO.
29+
30+
.. warning:: Non-public API. It may change with no previous notice
2931
"""
3032
created_at = DateTimeField()
3133
data = CharField()
@@ -44,6 +46,8 @@ class Meta:
4446
class KuvizManager(Manager):
4547
"""
4648
Manager for the Kuviz class.
49+
50+
.. warning:: Non-public API. It may change with no previous notice
4751
"""
4852
resource_class = Kuviz
4953
paginator_class = CartoPaginator

0 commit comments

Comments
 (0)