@@ -167,15 +167,15 @@ def mysql_fork(self, source, restore_time, **kwargs):
167
167
:param source: The id of the source database
168
168
:type source: int
169
169
:param restore_time: The timestamp for the fork
170
- :type source : datetime
170
+ :type restore_time : datetime
171
171
:param label: The name for this cluster
172
172
:type label: str
173
173
:param region: The region to deploy this cluster in
174
- :type region: str or Region
174
+ :type region: str | Region
175
175
:param engine: The engine to deploy this cluster with
176
- :type engine: str or Engine
176
+ :type engine: str | Engine
177
177
:param ltype: The Linode Type to use for this cluster
178
- :type ltype: str or Type
178
+ :type ltype: str | Type
179
179
"""
180
180
181
181
params = {
@@ -291,15 +291,15 @@ def postgresql_fork(self, source, restore_time, **kwargs):
291
291
:param source: The id of the source database
292
292
:type source: int
293
293
:param restore_time: The timestamp for the fork
294
- :type source : datetime
294
+ :type restore_time : datetime
295
295
:param label: The name for this cluster
296
296
:type label: str
297
297
:param region: The region to deploy this cluster in
298
- :type region: str or Region
298
+ :type region: str | Region
299
299
:param engine: The engine to deploy this cluster with
300
- :type engine: str or Engine
300
+ :type engine: str | Engine
301
301
:param ltype: The Linode Type to use for this cluster
302
- :type ltype: str or Type
302
+ :type ltype: str | Type
303
303
"""
304
304
305
305
params = {
0 commit comments