Skip to content

Commit cb21eb6

Browse files
Fix formatting of function definition in diagram
1 parent 584504c commit cb21eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/1_intoduction_python_packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Metadata: Packages include project-specific metadata, which is essential for end
5252
graph TD
5353
A[Library/Project<br/>requests] --> B[Package<br/>requests/]
5454
B --> C[Module<br/>api.py]
55-
C --> D[Function<br/>def post(url, data=None, json=None, **kwargs)]
55+
C --> D[Function<br/>"def post(url, data=None, json=None, **kwargs)"]
5656
```
5757

5858
## Steps to create a Python Package :

0 commit comments

Comments
 (0)