mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Fix typo in orgnode.py (#397)
Fix spelling of Ouput in org parser property drawer comment to Output.
This commit is contained in:
parent
02e216c135
commit
49abb9df9c
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ class Orgnode(object):
|
|||
if self._closed or self._scheduled or self._deadline:
|
||||
n = n + "\n"
|
||||
|
||||
# Ouput Property Drawer
|
||||
# Output Property Drawer
|
||||
n = n + indent + ":PROPERTIES:\n"
|
||||
for key, value in self._properties.items():
|
||||
n = n + indent + f":{key}: {value}\n"
|
||||
|
|
Loading…
Reference in a new issue