Skip to content

Commit 227ac74

Browse files
committed
2 parents 9233730 + 57e8833 commit 227ac74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ APIs
263263
* Cluster and generate URL patterns:
264264

265265
.. code:: python
266-
266+
267267
from os_urlpattern.formatter import pformat
268268
from os_urlpattern.pattern_maker import PatternMaker
269269
@@ -276,7 +276,8 @@ APIs
276276
# cluster and print pattern
277277
for url_meta, clustered in pattern_maker.make():
278278
for pattern in pformat('pattern', url_meta, clustered):
279-
print(pattern)
279+
# do whatever you want
280+
pass
280281
281282
282283
* Match URLs:

0 commit comments

Comments
 (0)