diff --git a/lessons/beginners-en/def/index.md b/lessons/beginners-en/def/index.md index 5af904ff7e..bed4530a13 100644 --- a/lessons/beginners-en/def/index.md +++ b/lessons/beginners-en/def/index.md @@ -422,7 +422,7 @@ explore(0) ``` ``` -* Python defines the function ``survey'' +* Python defines the function ``explore'' * Calls the `explore` function with a depth of 0: * Prints `I'm looking around at a depth of 0 m' * Checks that `0 ≥ 30` (which is not true) diff --git a/lessons/git-en/install/windows.md b/lessons/git-en/install/windows.md index c7a4dfd947..74a6fd349e 100644 --- a/lessons/git-en/install/windows.md +++ b/lessons/git-en/install/windows.md @@ -1,6 +1,6 @@ ## Windows installation of git -Go to [git-scm.org](https://git-scm.com/download/win), download **Git Standalone Installer** and install it. +Go to [git-scm.org](https://git-scm.com/download/win), download **Git Standalone Installer 64-bit Git for Windows Setup** and install it. When installing, go through the wizard and select these options: * Run Git from the Windows Command Prompt diff --git a/runs/2024/pyladies-en-vienna-2024-spring/info.yml b/runs/2024/pyladies-en-vienna-2024-spring/info.yml index 9977053940..057b370f26 100644 --- a/runs/2024/pyladies-en-vienna-2024-spring/info.yml +++ b/runs/2024/pyladies-en-vienna-2024-spring/info.yml @@ -132,7 +132,9 @@ plan: - title: Homework url: https://docs.google.com/document/d/1SPL6yMD3XOm9ZFDMDX_U4zSP-ltWd7QKvie5iCS8mno/edit type: homework - + - type: cheatsheet + title: Depth exploration colored example for function recursion + url: https://docs.google.com/document/d/1QWr8yzBfYtNaKLgRKoSL5tV5MGp46BOcD9Q3Q9ouOV8/edit - title: GIT slug: git date: 2024-04-23