@@ -167,15 +167,15 @@ def mysql_fork(self, source, restore_time, **kwargs):
167167 :param source: The id of the source database
168168 :type source: int
169169 :param restore_time: The timestamp for the fork
170- :type source : datetime
170+ :type restore_time : datetime
171171 :param label: The name for this cluster
172172 :type label: str
173173 :param region: The region to deploy this cluster in
174- :type region: str or Region
174+ :type region: str | Region
175175 :param engine: The engine to deploy this cluster with
176- :type engine: str or Engine
176+ :type engine: str | Engine
177177 :param ltype: The Linode Type to use for this cluster
178- :type ltype: str or Type
178+ :type ltype: str | Type
179179 """
180180
181181 params = {
@@ -291,15 +291,15 @@ def postgresql_fork(self, source, restore_time, **kwargs):
291291 :param source: The id of the source database
292292 :type source: int
293293 :param restore_time: The timestamp for the fork
294- :type source : datetime
294+ :type restore_time : datetime
295295 :param label: The name for this cluster
296296 :type label: str
297297 :param region: The region to deploy this cluster in
298- :type region: str or Region
298+ :type region: str | Region
299299 :param engine: The engine to deploy this cluster with
300- :type engine: str or Engine
300+ :type engine: str | Engine
301301 :param ltype: The Linode Type to use for this cluster
302- :type ltype: str or Type
302+ :type ltype: str | Type
303303 """
304304
305305 params = {
0 commit comments