Skip to content

Commit

Permalink
Text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniceManwiller authored Nov 21, 2024
1 parent 0ed38b4 commit b9f5f92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tonic_textual/classes/azure_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def set_output_location(self, container: str, prefix: Optional[str] = None):
Parameters
----------
container: str
The container name
The container name.
prefix: str
The optional prefix on the container
The optional prefix on the container.
"""

container = self.__prepare_container_name(container)
Expand All @@ -46,9 +46,9 @@ def add_prefixes(self, container: str, prefixes: List[str]):
Parameters
----------
container: str
The container name
The container name.
prefix: List[str]
The list of prefixes to include
The list of prefixes to include.
"""

container = self.__prepare_container_name(container)
Expand All @@ -67,9 +67,9 @@ def add_files(self, container: str, file_paths: List[str]) -> str:
Parameters
----------
container: str
The container name
The container name.
prefix: List[str]
The list of files to include
The list of files to include.
"""

container = self.__prepare_container_name(container)
Expand Down

0 comments on commit b9f5f92

Please sign in to comment.