Skip to content

Commit

Permalink
[releases/2.1] Cherry-pick: docs: Update plugin to Plug-In to maintai…
Browse files Browse the repository at this point in the history
…n consistency (#957) (#961)

docs: Update plugin to Plug-In to maintain consistency (#957)

docs: Update plugin term for consistency

Co-authored-by: Jayaseelan <[email protected]>
  • Loading branch information
dixonjoel and jayaseelan-james authored Oct 3, 2024
1 parent 7df18c2 commit c525547
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize

Measurement Plugin Support for Python uses third party material from the projects listed below.
Measurement Plug-In Support for Python uses third party material from the projects listed below.

****** gRPC (https://github.com/grpc/grpc) ******

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Measurement Plugin SDK Code Generator."""
"""Measurement Plug-In SDK Code Generator."""
2 changes: 1 addition & 1 deletion packages/generator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "ni_measurement_plugin_sdk_generator"
version = "2.1.0-dev2"
description = "Measurement Plugin Code Generator for Python"
description = "Measurement Plug-In Code Generator for Python"
authors = ["NI <[email protected]>"]
readme = "README.md"
repository = "https://github.com/ni/measurementlink-python/"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/ni_measurement_plugin_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Measurement Plugin SDK for Python."""
"""Measurement Plug-In SDK for Python."""
2 changes: 1 addition & 1 deletion packages/sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "ni_measurement_plugin_sdk"
version = "2.1.0-dev2"
description = "Measurement Plugin SDK for Python"
description = "Measurement Plug-In SDK for Python"
authors = ["NI <[email protected]>"]
readme = "README.md"
repository = "https://github.com/ni/measurementlink-python/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Measurement Plugin Support for Python."""
"""Measurement Plug-In Support for Python."""

import logging

Expand Down
2 changes: 1 addition & 1 deletion packages/service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extend_exclude = '.tox/,*_pb2_grpc.py,*_pb2_grpc.pyi,*_pb2.py,*_pb2.pyi,ni_measu
[tool.poetry]
name = "ni_measurement_plugin_sdk_service"
version = "2.1.0-dev2"
description = "Measurement Plugin Support for Python"
description = "Measurement Plug-In Support for Python"
authors = ["NI <[email protected]>"]
readme = "README.md" # apply the repo readme to the package as well
repository = "https://github.com/ni/measurementlink-python/"
Expand Down

0 comments on commit c525547

Please sign in to comment.