We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3121dd commit d153a73Copy full SHA for d153a73
1 file changed
gemini-cli-vs-claude-code/README.md
@@ -4,10 +4,10 @@ This folder provides the code examples for the Real Python tutorial [Gemini CLI
4
5
## Important Note
6
7
-The code in this folder doesn't strictly match the code in the tutorial. The differences are as follows:
+The code in this folder has been modified from the original tutorial version to meet this repository's quality rules. The changes are as follows:
8
9
-- Consistently use double quotes in string literals
10
-- Remove unused imports
11
-- Reformat lines longer than 79 characters
+- Used double quotes consistently in string literals
12
13
-These changes were required to meet the repository's quality rules.
+- Removed unused imports
+
+- Reformatted lines longer than 79 characters
0 commit comments