Skip to content

Commit 820415a

Browse files
docs: [google-cloud-rapidmigrationassessment] fix typo in comment (#13711)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 740476912 Source-Link: googleapis/googleapis@9053365 Source-Link: googleapis/googleapis-gen@edffaf5 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJhcGlkbWlncmF0aW9uYXNzZXNzbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiZWRmZmFmNTAyYmU0ZGFkYmZiYmNhMDllZGFkMGEwOTA4NmZlYTgxNCJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5293282 commit 820415a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/google-cloud-rapidmigrationassessment/google/cloud/rapidmigrationassessment_v1/services/rapid_migration_assessment/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ async def delete_collector(
10951095
) -> operation_async.AsyncOperation:
10961096
r"""Deletes a single Collector - changes state of
10971097
collector to "Deleting". Background jobs does final
1098-
deletion thorugh producer api.
1098+
deletion through producer API.
10991099
11001100
.. code-block:: python
11011101

packages/google-cloud-rapidmigrationassessment/google/cloud/rapidmigrationassessment_v1/services/rapid_migration_assessment/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ def delete_collector(
15171517
) -> operation.Operation:
15181518
r"""Deletes a single Collector - changes state of
15191519
collector to "Deleting". Background jobs does final
1520-
deletion thorugh producer api.
1520+
deletion through producer API.
15211521
15221522
.. code-block:: python
15231523

packages/google-cloud-rapidmigrationassessment/google/cloud/rapidmigrationassessment_v1/services/rapid_migration_assessment/transports/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def delete_collector(
522522
523523
Deletes a single Collector - changes state of
524524
collector to "Deleting". Background jobs does final
525-
deletion thorugh producer api.
525+
deletion through producer API.
526526
527527
Returns:
528528
Callable[[~.DeleteCollectorRequest],

packages/google-cloud-rapidmigrationassessment/google/cloud/rapidmigrationassessment_v1/services/rapid_migration_assessment/transports/grpc_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def delete_collector(
535535
536536
Deletes a single Collector - changes state of
537537
collector to "Deleting". Background jobs does final
538-
deletion thorugh producer api.
538+
deletion through producer API.
539539
540540
Returns:
541541
Callable[[~.DeleteCollectorRequest],

0 commit comments

Comments
 (0)