Skip to content

Commit c40a319

Browse files
author
Roberto De Ioris
authored
Update WritingAColladaFactoryWithPython.md
1 parent 25c9850 commit c40a319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/WritingAColladaFactoryWithPython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ColladaFactory(PyFactory):
3030
ue.log_error('Hello World, i am a useless factory')
3131
```
3232

33-
save the file as collada_factory.py into the /Content/Scripts directory and run it rom the Unreal Engine Python Console:
33+
save the file as collada_factory.py into the /Content/Scripts directory and run it from the Unreal Engine Python Console:
3434

3535
![Class prototype](https://github.com/20tab/UnrealEnginePython/blob/master/tutorials/WritingAColladaFactoryWithPython_Assets/class_prototype.png)
3636

0 commit comments

Comments
 (0)