Skip to content

Commit 937fb5f

Browse files
authored
Update README with code consistency notes
Added important note about code differences from tutorial.
1 parent 23b81d9 commit 937fb5f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# Gemini CLI vs Claude Code: Which to Choose for Python Tasks
22

33
This folder provides the code examples for the Real Python tutorial [Gemini CLI vs Claude Code: Which to Choose for Python Tasks](https://realpython.com/gemini-cli-vs-claude-code/).
4+
5+
## Important Note
6+
7+
The code in this folder doesn't strictly match the code in the tutorial. The differences are the following:
8+
9+
- Consistently use double quotes in string literals
10+
- Remove unused imports
11+
- Reformat lines longer than 79 characters
12+
13+
These changes were required in order to meet the repository's quality rules.

0 commit comments

Comments
 (0)