Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Apr 5, 2024
1 parent 8bdae6c commit 5af39d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ui/qprof_main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
" target_schema_val = target_schema.value\n",
" file_val = uploader.value\n",
" if target_schema_val == \"\" or file_val == \"\":\n",
" print(\"Error! You must provide value for Schema and File.\")\n",
" print(\"Error! You must provide a value for Schema and File.\")\n",
" return\n",
" else:\n",
" reset_values(key_val = key_val, target_schema_val = target_schema_val, file_val = file_val)\n",
Expand Down

0 comments on commit 5af39d2

Please sign in to comment.