mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Fix typo in orgnode.py (#397)
Fix spelling of Ouput in org parser property drawer comment to Output.
This commit is contained in:
committed by
GitHub
parent
02e216c135
commit
49abb9df9c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user