Skip to content

Commit 791ee3e

Browse files
committed
Fixed a typo
1 parent 1371275 commit 791ee3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scratchattach/site/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def create_project(self, *, title=None, project_json=empty_project_json, parent_
352352
353353
Warning:
354354
Don't spam this method - it WILL get you banned from Scratch.
355-
To prevendfvt accidental spam, a rate limit (5 projects per minute) is implemented for this function.
355+
To prevent accidental spam, a rate limit (5 projects per minute) is implemented for this function.
356356
"""
357357
global CREATE_PROJECT_USES
358358
if len(CREATE_PROJECT_USES) < 5:

0 commit comments

Comments
 (0)