mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-27 14:30:19 +00:00
web/root.py: fix minor typo
This commit is contained in:
parent
91c7e0f689
commit
bbc63e5d3f
@ -22,7 +22,7 @@ from allmydata.web.common import abbreviate_size, IClient, getxmlfile, \
|
|||||||
|
|
||||||
class URIHandler(RenderMixin, rend.Page):
|
class URIHandler(RenderMixin, rend.Page):
|
||||||
# I live at /uri . There are several operations defined on /uri itself,
|
# I live at /uri . There are several operations defined on /uri itself,
|
||||||
# mostly involed with creation of unlinked files and directories.
|
# mostly involved with creation of unlinked files and directories.
|
||||||
|
|
||||||
def render_GET(self, ctx):
|
def render_GET(self, ctx):
|
||||||
req = IRequest(ctx)
|
req = IRequest(ctx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user