Skip to content

Commit dabc148

Browse files
Update content/python/concepts/keywords/terms/pass/pass.md
1 parent 9a91860 commit dabc148

File tree

1 file changed

+1
-1
lines changed
  • content/python/concepts/keywords/terms/pass

1 file changed

+1
-1
lines changed

content/python/concepts/keywords/terms/pass/pass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Title: 'pass'
3-
Description: 'Acts as a placeholder in Python code, allowing empty code blocks (like functions or loops) to run without causing errors.'
3+
Description: 'Acts as a placeholder in Python code, allowing empty code blocks to run without causing errors.'
44
Subjects:
55
- 'Computer Science'
66
- 'Data Science'

0 commit comments

Comments
 (0)