Skip to content

Commit 41ed4e0

Browse files
committed
Turn some unnecessary println to print
1 parent a29633f commit 41ed4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfie.dev/src/pages/py/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_mc_test_face():
2424
print(primes_below(100))
2525
```
2626

27-
With literal snapshots, you can `println` directly into your testcode, combining the speed and freedom of `println` with the repeatability and collaborative spirit of conventional assertions.
27+
With literal snapshots, you can `print` directly into your testcode, combining the speed and freedom of `print` with the repeatability and collaborative spirit of conventional assertions.
2828

2929
```python
3030
def test_primes_below_100():

0 commit comments

Comments
 (0)