mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00
Fix more grammar issues
This commit is contained in:
@@ -51,7 +51,7 @@ def update_monthly_wiki_page(
|
||||
|
||||
def get_manifest_timestamp(manifest_file: Path) -> str:
|
||||
file_content = manifest_file.read_text()
|
||||
pos = file_content.find("Build datetime: ")
|
||||
pos = file_content.find("Build timestamp: ")
|
||||
return file_content[pos + 16 : pos + 36]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user