From 746846cda9bc18b561a6335bd4951947a74b5bf6 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 25 May 2017 07:19:06 +0200 Subject: Fix broken docs examples --- docs/gl_objects/snippets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gl_objects/snippets.py') diff --git a/docs/gl_objects/snippets.py b/docs/gl_objects/snippets.py index 091aef6..f32a11e 100644 --- a/docs/gl_objects/snippets.py +++ b/docs/gl_objects/snippets.py @@ -4,7 +4,7 @@ snippets = gl.snippets.list() # public list public_snippets = gl.snippets.public() -# nd public list +# end public list # get snippet = gl.snippets.get(snippet_id) -- cgit v1.2.1