Skip to content

Commit

Permalink
Merge pull request #96 from d-kleine/master
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
rasbt authored Sep 21, 2024
2 parents 08d80f8 + 4252029 commit 818a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watermark/watermark.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def _get_conda_env():
def _get_gpu_info():
if py3nvml is None:
return {"GPU Info": 'Install the gpu extra '
'(pip install "watermark[gpu])") '
'(pip install "watermark[gpu]") '
'to display GPU information for NVIDIA chipsets'}
try:
gpu_info = [""]
Expand Down

0 comments on commit 818a8e3

Please # to comment.