From c0673897a912f8fac9c6f8d80a271852c5bfe857 Mon Sep 17 00:00:00 2001 From: Madhavan Natrayan Date: Mon, 23 Feb 2026 15:48:33 +0000 Subject: [PATCH] Fix typo in README regarding 'technologist' --- GitHub-Copilot-for-Data-Scientists/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHub-Copilot-for-Data-Scientists/README.md b/GitHub-Copilot-for-Data-Scientists/README.md index 253a738..595f022 100644 --- a/GitHub-Copilot-for-Data-Scientists/README.md +++ b/GitHub-Copilot-for-Data-Scientists/README.md @@ -7,7 +7,7 @@ Learning Objectives

-- **Who is this for**: Any tecnologist that wants to understand advanced GitHub Copilot features as it applies to working with Python and data. Software Engineers, Data Engineers, Data Scientists, and anyone working with Python or data might benefit from this workshop too. +- **Who is this for**: Any technologist that wants to understand advanced GitHub Copilot features as it applies to working with Python and data. Software Engineers, Data Engineers, Data Scientists, and anyone working with Python or data might benefit from this workshop too. - **What you'll learn**: You'll use advanced GitHub Copilot features and apply it to a project using Python, Jupyter Notebooks, and Data. You will learn how to ask questions about the project, use agents to create and extend analyses, and customize your own agents. - **What you'll build**: A new Jupyter notebook that wrangles some CSV data, exports high resolution graphics, and generates an shareable report.